#BBDAF3

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

Shades of Pale Cornflower Blue #BBDAF3

Tints of Pale Cornflower Blue #BBDAF3

Color information

#BBDAF3 (or 0xBBDAF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DA and F3. RGB value is (187,218,243). Sum of RGB (Red+Green+Blue) = 187+218+243=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAF3 is #44250C. Grayscale: #D3D3D3. Windows color (decimal): -4465933 or 15981243. OLE color: 15981243.

HSL color Cylindrical-coordinate representation of color #BBDAF3: hue angle of 206.79º degrees, saturation: 0.7, 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 #BBDAF3 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187218243-
CMYK0.230.1000.05
HSL206.79º70%84.31%-
HSV(B)206.79º23.05%95.29%-
XYZ61.7467.1894.51-
YUV211.58145.73110.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=28.86%
G=33.64%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872182430.230.1000.05206.797084.31
HexBBDAF317A05cf4654
Octal273332363271205317106124
Binary10111011110110101111001110111101001011100111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAF3; }

 p { color: rgb(187,218,243); }

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

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

 a { background-color: rgb(187,218,243); }

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

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

 span { border-color: rgb(187,218,243); }

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