#B5CFFC

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

Shades of Pale Cornflower Blue #B5CFFC

Tints of Pale Cornflower Blue #B5CFFC

Color information

#B5CFFC (or 0xB5CFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, CF and FC. RGB value is (181,207,252). Sum of RGB (Red+Green+Blue) = 181+207+252=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFFC is #4A3003. Grayscale: #CCCCCC. Windows color (decimal): -4861956 or 16568245. OLE color: 16568245.

HSL color Cylindrical-coordinate representation of color #B5CFFC: hue angle of 218.03º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5CFFC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181207252-
CMYK0.280.1800.01
HSL218.03º92.21%84.9%-
HSV(B)218.03º28.17%98.82%-
XYZ58.9461.48100.86-
YUV204.36154.89111.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.28%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=28.28%
G=32.34%
B=39.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812072520.280.1800.01218.0392.2184.9
HexB5CFFC1C1201da5c55
Octal265317374342201332134125
Binary1011010111001111111111001110010010011101101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFFC; }

 p { color: rgb(181,207,252); }

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

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

 a { background-color: rgb(181,207,252); }

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

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

 span { border-color: rgb(181,207,252); }

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