Html Css Color HEX #BBE0CC Aero Blue

📋 copy color: '#BBE0CC'

red 187 ◦ green 224 ◦ blue 204

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

Shades of Aero Blue #BBE0CC

Tints of Aero Blue #BBE0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 30.41%
G = 36.42%
B = 33.17%

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

#BBE0CC (or 0xBBE0CC) is known color: Aero Blue. HEX triplet: BB, E0 and CC. RGB value is (187,224,204). Sum of RGB (Red+Green+Blue) = 187+224+204=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CC is #441F33. Grayscale: #D2D2D2. Windows color (decimal): -4464436 or 13426875. OLE color: 13426875.

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

Color convert

RGB 187 224 204 -
CMYK 0.17 0 0.09 0.12
HSL 147.57º 0.37% 0.81% -
HSV(B) 147.57º 0.17% 0.88% -
XYZ 58.05 68.24 67.24 -
YUV 210.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 187 224 204 0.17 0 0.09 0.12 147.57 0.37 0.81
Hex BB E0 CC 11 0 9 C 94 25 51
Octal 273 340 314 21 0 11 14 224 45 121
Binary 10111011 11100000 11001100 10001 0 1001 1100 10010100 100101 1010001

Color Harmonies of #BBE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0CC

Black with #BBE0CC

Text Example


Text Example

White with #BBE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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