#BBD6F2

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

Shades of Pale Cornflower Blue #BBD6F2

Tints of Pale Cornflower Blue #BBD6F2

Color information

#BBD6F2 (or 0xBBD6F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D6 and F2. RGB value is (187,214,242). Sum of RGB (Red+Green+Blue) = 187+214+242=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBD6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6F2 is #44290D. Grayscale: #D0D0D0. Windows color (decimal): -4466958 or 15914683. OLE color: 15914683.

HSL color Cylindrical-coordinate representation of color #BBD6F2: hue angle of 210.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD6F2 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187214242-
CMYK0.230.1200.05
HSL210.55º67.9%84.12%-
HSV(B)210.55º22.73%94.9%-
XYZ60.5765.0793.37-
YUV209.12146.55112.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=29.08%
G=33.28%
B=37.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872142420.230.1200.05210.5567.984.12
HexBBD6F217C05d34454
Octal273326362271405323104124
Binary10111011110101101111001010111110001011101001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6F2; }

 p { color: rgb(187,214,242); }

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

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

 a { background-color: rgb(187,214,242); }

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

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

 span { border-color: rgb(187,214,242); }

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