#BBD4F0

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

Shades of Pale Cornflower Blue #BBD4F0

Tints of Pale Cornflower Blue #BBD4F0

Color information

#BBD4F0 (or 0xBBD4F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and F0. RGB value is (187,212,240). Sum of RGB (Red+Green+Blue) = 187+212+240=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBD4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4F0 is #442B0F. Grayscale: #CFCFCF. Windows color (decimal): -4467472 or 15783099. OLE color: 15783099.

HSL color Cylindrical-coordinate representation of color #BBD4F0: hue angle of 211.7º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD4F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187212240-
CMYK0.220.1200.06
HSL211.7º63.86%83.73%-
HSV(B)211.7º22.08%94.12%-
XYZ59.7763.9491.63-
YUV207.72146.22113.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=29.26%
G=33.18%
B=37.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872122400.220.1200.06211.763.8683.73
HexBBD4F016C06d44054
Octal273324360261406324100124
Binary10111011110101001111000010110110001101101010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4F0; }

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

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

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

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

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

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

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

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