#B1CEFE

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

Shades of Pale Cornflower Blue #B1CEFE

Tints of Pale Cornflower Blue #B1CEFE

Color information

#B1CEFE (or 0xB1CEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CE and FE. RGB value is (177,206,254). Sum of RGB (Red+Green+Blue) = 177+206+254=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CEFE is #4E3101. Grayscale: #CACACA. Windows color (decimal): -5124354 or 16699057. OLE color: 16699057.

HSL color Cylindrical-coordinate representation of color #B1CEFE: hue angle of 217.4º 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 #B1CEFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177206254-
CMYK0.300.1900.00
HSL217.4º97.47%84.51%-
HSV(B)217.4º30.31%99.61%-
XYZ58.0960.65102.41-
YUV202.8156.89109.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.79%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=27.79%
G=32.34%
B=39.87%

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
Decimal1772062540.300.1900.00217.497.4784.51
HexB1CEFE1E1300d96155
Octal261316376362300331141125
Binary1011000111001110111111101111010011001101100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEFE; }

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

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

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

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

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

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

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

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