Html Css Color HEX #BBE2CE Aero Blue

📋 copy color: '#BBE2CE'

red 187 ◦ green 226 ◦ blue 206

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

Shades of Aero Blue #BBE2CE

Tints of Aero Blue #BBE2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.28%

R = 30.21%
G = 36.51%
B = 33.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#BBE2CE (or 0xBBE2CE) is known color: Aero Blue. HEX triplet: BB, E2 and CE. RGB value is (187,226,206). Sum of RGB (Red+Green+Blue) = 187+226+206=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2CE is #441D31. Grayscale: #D4D4D4. Windows color (decimal): -4463922 or 13558459. OLE color: 13558459.

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

Color convert

RGB 187 226 206 -
CMYK 0.17 0 0.09 0.11
HSL 149.23º 0.4% 0.81% -
HSV(B) 149.23º 0.17% 0.89% -
XYZ 58.83 69.41 68.69 -
YUV 212.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 187 226 206 0.17 0 0.09 0.11 149.23 0.4 0.81
Hex BB E2 CE 11 0 9 B 95 28 51
Octal 273 342 316 21 0 11 13 225 50 121
Binary 10111011 11100010 11001110 10001 0 1001 1011 10010101 101000 1010001

Color Harmonies of #BBE2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2CE

Black with #BBE2CE

Text Example


Text Example

White with #BBE2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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