#BBDAEB

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

Shades of Light Blue #BBDAEB

Tints of Light Blue #BBDAEB

Color information

#BBDAEB (or 0xBBDAEB) is unknown color: approx Light Blue. HEX triplet: BB, DA and EB. RGB value is (187,218,235). Sum of RGB (Red+Green+Blue) = 187+218+235=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEB is #442514. Grayscale: #D2D2D2. Windows color (decimal): -4465941 or 15456955. OLE color: 15456955.

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

Color convert

RGB187218235-
CMYK0.200.0700.08
HSL201.25º54.55%82.75%-
HSV(B)201.25º20.43%92.16%-
XYZ60.5666.7188.28-
YUV210.67141.73111.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=29.22%
G=34.06%
B=36.72%

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
Decimal1872182350.200.0700.08201.2554.5582.75
HexBBDAEB14708c93753
Octal27333235324701031167123
Binary1011101111011010111010111010011101000110010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAEB; }

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

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

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

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

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

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

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

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