#BBD4F6

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

Shades of Pale Cornflower Blue #BBD4F6

Tints of Pale Cornflower Blue #BBD4F6

Color information

#BBD4F6 (or 0xBBD4F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and F6. RGB value is (187,212,246). Sum of RGB (Red+Green+Blue) = 187+212+246=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBD4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4F6 is #442B09. Grayscale: #D0D0D0. Windows color (decimal): -4467466 or 16176315. OLE color: 16176315.

HSL color Cylindrical-coordinate representation of color #BBD4F6: hue angle of 214.58º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD4F6 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187212246-
CMYK0.240.1400.04
HSL214.58º76.62%84.9%-
HSV(B)214.58º23.98%96.47%-
XYZ60.6764.3196.4-
YUV208.4149.22112.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=28.99%
G=32.87%
B=38.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872122460.240.1400.04214.5876.6284.9
HexBBD4F618E04d74d55
Octal273324366301604327115125
Binary10111011110101001111011011000111001001101011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4F6; }

 p { color: rgb(187,212,246); }

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

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

 a { background-color: rgb(187,212,246); }

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

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

 span { border-color: rgb(187,212,246); }

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