#BBD7E1

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

Shades of Light Blue #BBD7E1

Tints of Light Blue #BBD7E1

Color information

#BBD7E1 (or 0xBBD7E1) is unknown color: approx Light Blue. HEX triplet: BB, D7 and E1. RGB value is (187,215,225). Sum of RGB (Red+Green+Blue) = 187+215+225=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBD7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7E1 is #44281E. Grayscale: #CFCFCF. Windows color (decimal): -4466719 or 14800827. OLE color: 14800827.

HSL color Cylindrical-coordinate representation of color #BBD7E1: hue angle of 195.79º 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 #BBD7E1 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187215225-
CMYK0.170.0400.12
HSL195.79º38.78%80.78%-
HSV(B)195.79º16.89%88.24%-
XYZ58.3864.680.63-
YUV207.77137.72113.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 225 (88.28% from 255) = 35.89%
R=29.82%
G=34.29%
B=35.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872152250.170.0400.12195.7938.7880.78
HexBBD7E11140Cc42751
Octal27332734121401430447121
Binary1011101111010111111000011000110001100110001001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7E1; }

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

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

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

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

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

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

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

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