#BBDAEA

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

Shades of Light Blue #BBDAEA

Tints of Light Blue #BBDAEA

Color information

#BBDAEA (or 0xBBDAEA) is unknown color: approx Light Blue. HEX triplet: BB, DA and EA. RGB value is (187,218,234). Sum of RGB (Red+Green+Blue) = 187+218+234=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEA is #442515. Grayscale: #D2D2D2. Windows color (decimal): -4465942 or 15391419. OLE color: 15391419.

HSL color Cylindrical-coordinate representation of color #BBDAEA: hue angle of 200.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDAEA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187218234-
CMYK0.200.0700.08
HSL200.43º52.81%82.55%-
HSV(B)200.43º20.09%91.76%-
XYZ60.4266.6587.52-
YUV210.56141.23111.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=29.26%
G=34.12%
B=36.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872182340.200.0700.08200.4352.8182.55
HexBBDAEA14708c83553
Octal27333235224701031065123
Binary1011101111011010111010101010011101000110010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAEA; }

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

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

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

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

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

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

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

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