Html Css Color HEX #BBE7CC Aero Blue

📋 copy color: '#BBE7CC'

red 187 ◦ green 231 ◦ blue 204

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

Shades of Aero Blue #BBE7CC

Tints of Aero Blue #BBE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.14%

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

R = 30.06%
G = 37.14%
B = 32.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BBE7CC (or 0xBBE7CC) is known color: Aero Blue. HEX triplet: BB, E7 and CC. RGB value is (187,231,204). Sum of RGB (Red+Green+Blue) = 187+231+204=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CC is #441833. Grayscale: #D6D6D6. Windows color (decimal): -4462644 or 13428667. OLE color: 13428667.

HSL color Cylindrical-coordinate representation of color #BBE7CC: hue angle of 143.18º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7CC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 231 204 -
CMYK 0.19 0 0.12 0.09
HSL 143.18º 0.48% 0.82% -
HSV(B) 143.18º 0.19% 0.91% -
XYZ 59.97 72.08 67.88 -
YUV 214.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 187 231 204 0.19 0 0.12 0.09 143.18 0.48 0.82
Hex BB E7 CC 13 0 C 9 8F 30 52
Octal 273 347 314 23 0 14 11 217 60 122
Binary 10111011 11100111 11001100 10011 0 1100 1001 10001111 110000 1010010

Color Harmonies of #BBE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7CC

Black with #BBE7CC

Text Example


Text Example

White with #BBE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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