#B1CFFC

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

Shades of Pale Cornflower Blue #B1CFFC

Tints of Pale Cornflower Blue #B1CFFC

Color information

#B1CFFC (or 0xB1CFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CF and FC. RGB value is (177,207,252). Sum of RGB (Red+Green+Blue) = 177+207+252=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFFC is #4E3003. Grayscale: #CACACA. Windows color (decimal): -5124100 or 16568241. OLE color: 16568241.

HSL color Cylindrical-coordinate representation of color #B1CFFC: hue angle of 216º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CFFC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177207252-
CMYK0.300.1800.01
HSL216º92.59%84.12%-
HSV(B)216º29.76%98.82%-
XYZ58.0161100.81-
YUV203.16155.56109.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.83%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=27.83%
G=32.55%
B=39.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772072520.300.1800.0121692.5984.12
HexB1CFFC1E1201d85d54
Octal261317374362201330135124
Binary1011000111001111111111001111010010011101100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFFC; }

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

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

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

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

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

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

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

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