Html Css Color HEX #BBE0CB Aero Blue

📋 copy color: '#BBE0CB'

red 187 ◦ green 224 ◦ blue 203

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

Shades of Aero Blue #BBE0CB

Tints of Aero Blue #BBE0CB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.48%

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

R = 30.46%
G = 36.48%
B = 33.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#BBE0CB (or 0xBBE0CB) is known color: Aero Blue. HEX triplet: BB, E0 and CB. RGB value is (187,224,203). Sum of RGB (Red+Green+Blue) = 187+224+203=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CB is #441F34. Grayscale: #D2D2D2. Windows color (decimal): -4464437 or 13361339. OLE color: 13361339.

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

Color convert

RGB 187 224 203 -
CMYK 0.17 0 0.09 0.12
HSL 145.95º 0.37% 0.81% -
HSV(B) 145.95º 0.17% 0.88% -
XYZ 57.93 68.19 66.61 -
YUV 210.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 187 224 203 0.17 0 0.09 0.12 145.95 0.37 0.81
Hex BB E0 CB 11 0 9 C 92 25 51
Octal 273 340 313 21 0 11 14 222 45 121
Binary 10111011 11100000 11001011 10001 0 1001 1100 10010010 100101 1010001

Color Harmonies of #BBE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0CB

Black with #BBE0CB

Text Example


Text Example

White with #BBE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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