#BBDCE6

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

Shades of Light Blue #BBDCE6

Tints of Light Blue #BBDCE6

Color information

#BBDCE6 (or 0xBBDCE6) is unknown color: approx Light Blue. HEX triplet: BB, DC and E6. RGB value is (187,220,230). Sum of RGB (Red+Green+Blue) = 187+220+230=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCE6 is #442319. Grayscale: #D3D3D3. Windows color (decimal): -4465434 or 15129787. OLE color: 15129787.

HSL color Cylindrical-coordinate representation of color #BBDCE6: hue angle of 193.95º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDCE6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187220230-
CMYK0.190.0400.10
HSL193.95º46.24%81.76%-
HSV(B)193.95º18.7%90.2%-
XYZ60.3767.4684.7-
YUV211.27138.57110.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=29.36%
G=34.54%
B=36.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872202300.190.0400.10193.9546.2481.76
HexBBDCE61340Ac22e52
Octal27333434623401230256122
Binary1011101111011100111001101001110001010110000101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCE6; }

 p { color: rgb(187,220,230); }

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

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

 a { background-color: rgb(187,220,230); }

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

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

 span { border-color: rgb(187,220,230); }

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