#BBD2E1

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

Shades of Light Blue #BBD2E1

Tints of Light Blue #BBD2E1

Color information

#BBD2E1 (or 0xBBD2E1) is unknown color: approx Light Blue. HEX triplet: BB, D2 and E1. RGB value is (187,210,225). Sum of RGB (Red+Green+Blue) = 187+210+225=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBD2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2E1 is #442D1E. Grayscale: #CCCCCC. Windows color (decimal): -4467999 or 14799547. OLE color: 14799547.

HSL color Cylindrical-coordinate representation of color #BBD2E1: hue angle of 203.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD2E1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187210225-
CMYK0.170.0700.12
HSL203.68º38.78%80.78%-
HSV(B)203.68º16.89%88.24%-
XYZ57.1362.0980.21-
YUV204.83139.38115.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=30.06%
G=33.76%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872102250.170.0700.12203.6838.7880.78
HexBBD2E11170Ccc2751
Octal27332234121701431447121
Binary1011101111010010111000011000111101100110011001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2E1; }

 p { color: rgb(187,210,225); }

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

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

 a { background-color: rgb(187,210,225); }

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

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

 span { border-color: rgb(187,210,225); }

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