#BBDAED

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

Shades of Light Blue #BBDAED

Tints of Light Blue #BBDAED

Color information

#BBDAED (or 0xBBDAED) is unknown color: approx Light Blue. HEX triplet: BB, DA and ED. RGB value is (187,218,237). Sum of RGB (Red+Green+Blue) = 187+218+237=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAED is #442512. Grayscale: #D2D2D2. Windows color (decimal): -4465939 or 15588027. OLE color: 15588027.

HSL color Cylindrical-coordinate representation of color #BBDAED: hue angle of 202.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDAED is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187218237-
CMYK0.210.0800.07
HSL202.8º58.14%83.14%-
HSV(B)202.8º21.1%92.94%-
XYZ60.8566.8289.81-
YUV210.9142.73110.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=29.13%
G=33.96%
B=36.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872182370.210.0800.07202.858.1483.14
HexBBDAED15807cb3a53
Octal27333235525100731372123
Binary1011101111011010111011011010110000111110010111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAED; }

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

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

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

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

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

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

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

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