Html Css Color HEX #BBE6CC Aero Blue

📋 copy color: '#BBE6CC'

red 187 ◦ green 230 ◦ blue 204

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

Shades of Aero Blue #BBE6CC

Tints of Aero Blue #BBE6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.04%

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

R = 30.11%
G = 37.04%
B = 32.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#BBE6CC (or 0xBBE6CC) is known color: Aero Blue. HEX triplet: BB, E6 and CC. RGB value is (187,230,204). Sum of RGB (Red+Green+Blue) = 187+230+204=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6CC is #441933. Grayscale: #D6D6D6. Windows color (decimal): -4462900 or 13428411. OLE color: 13428411.

HSL color Cylindrical-coordinate representation of color #BBE6CC: hue angle of 143.72º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6CC is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 230 204 -
CMYK 0.19 0 0.11 0.10
HSL 143.72º 0.46% 0.82% -
HSV(B) 143.72º 0.19% 0.9% -
XYZ 59.69 71.52 67.79 -
YUV 214.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 187 230 204 0.19 0 0.11 0.10 143.72 0.46 0.82
Hex BB E6 CC 13 0 B A 90 2E 52
Octal 273 346 314 23 0 13 12 220 56 122
Binary 10111011 11100110 11001100 10011 0 1011 1010 10010000 101110 1010010

Color Harmonies of #BBE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6CC

Black with #BBE6CC

Text Example


Text Example

White with #BBE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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