Html Css Color HEX #BBEACE Aero Blue

📋 copy color: '#BBEACE'

red 187 ◦ green 234 ◦ blue 206

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

Shades of Aero Blue #BBEACE

Tints of Aero Blue #BBEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.32%

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

R = 29.82%
G = 37.32%
B = 32.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#BBEACE (or 0xBBEACE) is known color: Aero Blue. HEX triplet: BB, EA and CE. RGB value is (187,234,206). Sum of RGB (Red+Green+Blue) = 187+234+206=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACE is #441531. Grayscale: #D8D8D8. Windows color (decimal): -4461874 or 13560507. OLE color: 13560507.

HSL color Cylindrical-coordinate representation of color #BBEACE: hue angle of 144.26º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEACE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 206 -
CMYK 0.20 0 0.12 0.08
HSL 144.26º 0.53% 0.83% -
HSV(B) 144.26º 0.2% 0.92% -
XYZ 61.06 73.87 69.43 -
YUV 216.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 187 234 206 0.20 0 0.12 0.08 144.26 0.53 0.83
Hex BB EA CE 14 0 C 8 90 35 53
Octal 273 352 316 24 0 14 10 220 65 123
Binary 10111011 11101010 11001110 10100 0 1100 1000 10010000 110101 1010011

Color Harmonies of #BBEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEACE

Black with #BBEACE

Text Example


Text Example

White with #BBEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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