#B2CFEE

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

Shades of Pale Cornflower Blue #B2CFEE

Tints of Pale Cornflower Blue #B2CFEE

Color information

#B2CFEE (or 0xB2CFEE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, CF and EE. RGB value is (178,207,238). Sum of RGB (Red+Green+Blue) = 178+207+238=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFEE is #4D3011. Grayscale: #C9C9C9. Windows color (decimal): -5058578 or 15650738. OLE color: 15650738.

HSL color Cylindrical-coordinate representation of color #B2CFEE: hue angle of 211º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2CFEE is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178207238-
CMYK0.250.1300.07
HSL211º63.83%81.57%-
HSV(B)211º25.21%93.33%-
XYZ56.1160.2689.56-
YUV201.86148.39110.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.57%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=28.57%
G=33.23%
B=38.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782072380.250.1300.0721163.8381.57
HexB2CFEE19D07d34052
Octal262317356311507323100122
Binary10110010110011111110111011001110101111101001110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFEE; }

 p { color: rgb(178,207,238); }

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

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

 a { background-color: rgb(178,207,238); }

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

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

 span { border-color: rgb(178,207,238); }

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