#BBDEF6

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

Shades of Pale Cornflower Blue #BBDEF6

Tints of Pale Cornflower Blue #BBDEF6

Color information

#BBDEF6 (or 0xBBDEF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DE and F6. RGB value is (187,222,246). Sum of RGB (Red+Green+Blue) = 187+222+246=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF6 is #442109. Grayscale: #D6D6D6. Windows color (decimal): -4464906 or 16178875. OLE color: 16178875.

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

Color convert

RGB187222246-
CMYK0.240.1000.04
HSL204.41º76.62%84.9%-
HSV(B)204.41º23.98%96.47%-
XYZ63.2569.4697.26-
YUV214.27145.9108.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=28.55%
G=33.89%
B=37.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872222460.240.1000.04204.4176.6284.9
HexBBDEF618A04cc4d55
Octal273336366301204314115125
Binary10111011110111101111011011000101001001100110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEF6; }

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

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

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

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

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

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

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

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