#BBDFFA

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

Shades of Pale Cornflower Blue #BBDFFA

Tints of Pale Cornflower Blue #BBDFFA

Color information

#BBDFFA (or 0xBBDFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DF and FA. RGB value is (187,223,250). Sum of RGB (Red+Green+Blue) = 187+223+250=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFA is #442005. Grayscale: #D7D7D7. Windows color (decimal): -4464646 or 16441275. OLE color: 16441275.

HSL color Cylindrical-coordinate representation of color #BBDFFA: hue angle of 205.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDFFA is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187223250-
CMYK0.250.1100.02
HSL205.71º86.3%85.69%-
HSV(B)205.71º25.2%98.04%-
XYZ64.1470.24100.62-
YUV215.31147.57107.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=28.33%
G=33.79%
B=37.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872232500.250.1100.02205.7186.385.69
HexBBDFFA19B02ce5656
Octal273337372311302316126126
Binary1011101111011111111110101100110110101100111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFFA; }

 p { color: rgb(187,223,250); }

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

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

 a { background-color: rgb(187,223,250); }

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

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

 span { border-color: rgb(187,223,250); }

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