#BBDAEC

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

Shades of Light Blue #BBDAEC

Tints of Light Blue #BBDAEC

Color information

#BBDAEC (or 0xBBDAEC) is unknown color: approx Light Blue. HEX triplet: BB, DA and EC. RGB value is (187,218,236). Sum of RGB (Red+Green+Blue) = 187+218+236=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEC is #442513. Grayscale: #D2D2D2. Windows color (decimal): -4465940 or 15522491. OLE color: 15522491.

HSL color Cylindrical-coordinate representation of color #BBDAEC: hue angle of 202.04º degrees, saturation: 0.56, 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 #BBDAEC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187218236-
CMYK0.210.0800.07
HSL202.04º56.32%82.94%-
HSV(B)202.04º20.76%92.55%-
XYZ60.7166.7689.04-
YUV210.78142.23111.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=29.17%
G=34.01%
B=36.82%

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
Decimal1872182360.210.0800.07202.0456.3282.94
HexBBDAEC15807ca3853
Octal27333235425100731270123
Binary1011101111011010111011001010110000111110010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAEC; }

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

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

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

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

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

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

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

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