#BBDAF6

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

Shades of Pale Cornflower Blue #BBDAF6

Tints of Pale Cornflower Blue #BBDAF6

Color information

#BBDAF6 (or 0xBBDAF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DA and F6. RGB value is (187,218,246). Sum of RGB (Red+Green+Blue) = 187+218+246=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAF6 is #442509. Grayscale: #D3D3D3. Windows color (decimal): -4465930 or 16177851. OLE color: 16177851.

HSL color Cylindrical-coordinate representation of color #BBDAF6: hue angle of 208.47º 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 #BBDAF6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187218246-
CMYK0.240.1100.04
HSL208.47º76.62%84.9%-
HSV(B)208.47º23.98%96.47%-
XYZ62.267.3696.91-
YUV211.92147.23110.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 246 (96.48% from 255) = 37.79%
R=28.73%
G=33.49%
B=37.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872182460.240.1100.04208.4776.6284.9
HexBBDAF618B04d04d55
Octal273332366301304320115125
Binary10111011110110101111011011000101101001101000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAF6; }

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

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

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

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

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

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

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

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