Html Css Color HEX #BBE2CB Aero Blue

📋 copy color: '#BBE2CB'

red 187 ◦ green 226 ◦ blue 203

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

Shades of Aero Blue #BBE2CB

Tints of Aero Blue #BBE2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.69%

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

R = 30.36%
G = 36.69%
B = 32.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#BBE2CB (or 0xBBE2CB) is known color: Aero Blue. HEX triplet: BB, E2 and CB. RGB value is (187,226,203). Sum of RGB (Red+Green+Blue) = 187+226+203=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2CB is #441D34. Grayscale: #D3D3D3. Windows color (decimal): -4463925 or 13361851. OLE color: 13361851.

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

Color convert

RGB 187 226 203 -
CMYK 0.17 0 0.10 0.11
HSL 144.62º 0.4% 0.81% -
HSV(B) 144.62º 0.17% 0.89% -
XYZ 58.47 69.27 66.79 -
YUV 211.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 187 226 203 0.17 0 0.10 0.11 144.62 0.4 0.81
Hex BB E2 CB 11 0 A B 91 28 51
Octal 273 342 313 21 0 12 13 221 50 121
Binary 10111011 11100010 11001011 10001 0 1010 1011 10010001 101000 1010001

Color Harmonies of #BBE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2CB

Black with #BBE2CB

Text Example


Text Example

White with #BBE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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