#BBDBE7

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

Shades of Light Blue #BBDBE7

Tints of Light Blue #BBDBE7

Color information

#BBDBE7 (or 0xBBDBE7) is unknown color: approx Light Blue. HEX triplet: BB, DB and E7. RGB value is (187,219,231). Sum of RGB (Red+Green+Blue) = 187+219+231=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBE7 is #442418. Grayscale: #D2D2D2. Windows color (decimal): -4465689 or 15195067. OLE color: 15195067.

HSL color Cylindrical-coordinate representation of color #BBDBE7: hue angle of 196.36º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDBE7 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187219231-
CMYK0.190.0500.09
HSL196.36º47.83%81.96%-
HSV(B)196.36º19.05%90.59%-
XYZ60.256785.36-
YUV210.8139.4111.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=29.36%
G=34.38%
B=36.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872192310.190.0500.09196.3647.8381.96
HexBBDBE713509c43052
Octal27333334723501130460122
Binary1011101111011011111001111001110101001110001001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBE7; }

 p { color: rgb(187,219,231); }

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

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

 a { background-color: rgb(187,219,231); }

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

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

 span { border-color: rgb(187,219,231); }

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