#BBD7E2

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

Shades of Light Blue #BBD7E2

Tints of Light Blue #BBD7E2

Color information

#BBD7E2 (or 0xBBD7E2) is unknown color: approx Light Blue. HEX triplet: BB, D7 and E2. RGB value is (187,215,226). Sum of RGB (Red+Green+Blue) = 187+215+226=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBD7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7E2 is #44281D. Grayscale: #CFCFCF. Windows color (decimal): -4466718 or 14866363. OLE color: 14866363.

HSL color Cylindrical-coordinate representation of color #BBD7E2: hue angle of 196.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD7E2 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187215226-
CMYK0.170.0500.11
HSL196.92º40.21%80.98%-
HSV(B)196.92º17.26%88.63%-
XYZ58.5264.6681.35-
YUV207.88138.22113.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=29.78%
G=34.24%
B=35.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872152260.170.0500.11196.9240.2180.98
HexBBD7E21150Bc52851
Octal27332734221501330550121
Binary1011101111010111111000101000110101011110001011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7E2; }

 p { color: rgb(187,215,226); }

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

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

 a { background-color: rgb(187,215,226); }

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

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

 span { border-color: rgb(187,215,226); }

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