#B2CEFE

Color #B2CEFE Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B2CEFE

Tints of Pale Cornflower Blue #B2CEFE

Color information

#B2CEFE (or 0xB2CEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, CE and FE. RGB value is (178,206,254). Sum of RGB (Red+Green+Blue) = 178+206+254=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEFE is #4D3101. Grayscale: #CACACA. Windows color (decimal): -5058818 or 16699058. OLE color: 16699058.

HSL color Cylindrical-coordinate representation of color #B2CEFE: hue angle of 217.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CEFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178206254-
CMYK0.300.1900.00
HSL217.89º97.44%84.71%-
HSV(B)217.89º29.92%99.61%-
XYZ58.3260.76102.42-
YUV203.1156.72110.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 27.90%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=27.90%
G=32.29%
B=39.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782062540.300.1900.00217.8997.4484.71
HexB2CEFE1E1300da6155
Octal262316376362300332141125
Binary1011001011001110111111101111010011001101101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEFE; }

 p { color: rgb(178,206,254); }

 H1.HeaderClassName
 {
   color: #B2CEFE;
 }
 .AnyTagClassName
 {
   color: #B2CEFE;
 }
</style>
background-color css

<style>
 a { background-color: #B2CEFE; }

 a { background-color: rgb(178,206,254); }

 div.DivClassName
 {
   background-color: #B2CEFE;
 }
 .BgClassName
 {
   background-color: #B2CEFE;
 }
</style>
border-color css

<style>
 span { border-color: #B2CEFE; }

 span { border-color: rgb(178,206,254); }

 td.TdClassName
 {
   border-color: #B2CEFE;
 }
 .TagClassName
 {
   border-color: #B2CEFE;
 }
</style>