Html Css Color HEX #BBE1CB Aero Blue

📋 copy color: '#BBE1CB'

red 187 ◦ green 225 ◦ blue 203

#BBE1CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BBE1CB

Tints of Aero Blue #BBE1CB

RGB

 RED value IS 187 (73.44% from 255) = 30.41%

 GREEN value IS 225 (88.28% from 255) = 36.59%

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 30.41%
G = 36.59%
B = 33.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#BBE1CB (or 0xBBE1CB) is known color: Aero Blue. HEX triplet: BB, E1 and CB. RGB value is (187,225,203). Sum of RGB (Red+Green+Blue) = 187+225+203=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1CB is #441E34. Grayscale: #D3D3D3. Windows color (decimal): -4464181 or 13361595. OLE color: 13361595.

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

Color convert

RGB 187 225 203 -
CMYK 0.17 0 0.10 0.12
HSL 145.26º 0.39% 0.81% -
HSV(B) 145.26º 0.17% 0.88% -
XYZ 58.2 68.73 66.7 -
YUV 211.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 187 225 203 0.17 0 0.10 0.12 145.26 0.39 0.81
Hex BB E1 CB 11 0 A C 91 27 51
Octal 273 341 313 21 0 12 14 221 47 121
Binary 10111011 11100001 11001011 10001 0 1010 1100 10010001 100111 1010001

Color Harmonies of #BBE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1CB

Black with #BBE1CB

Text Example


Text Example

White with #BBE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1CB; }

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

 H1.HeaderClassName
 {
   color: #BBE1CB;
 }
 .AnyTagClassName
 {
   color: #BBE1CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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