#BBD4F1

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

Shades of Pale Cornflower Blue #BBD4F1

Tints of Pale Cornflower Blue #BBD4F1

Color information

#BBD4F1 (or 0xBBD4F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and F1. RGB value is (187,212,241). Sum of RGB (Red+Green+Blue) = 187+212+241=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4F1 is #442B0E. Grayscale: #CFCFCF. Windows color (decimal): -4467471 or 15848635. OLE color: 15848635.

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

Color convert

RGB187212241-
CMYK0.220.1200.05
HSL212.22º65.85%83.92%-
HSV(B)212.22º22.41%94.51%-
XYZ59.916492.42-
YUV207.83146.72113.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=29.22%
G=33.12%
B=37.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872122410.220.1200.05212.2265.8583.92
HexBBD4F116C05d44254
Octal273324361261405324102124
Binary10111011110101001111000110110110001011101010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4F1; }

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

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

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

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

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

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

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

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