Html Css Color HEX #BBEACD Aero Blue

📋 copy color: '#BBEACD'

red 187 ◦ green 234 ◦ blue 205

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

Shades of Aero Blue #BBEACD

Tints of Aero Blue #BBEACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.75%

R = 29.87%
G = 37.38%
B = 32.75%

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

#BBEACD (or 0xBBEACD) is known color: Aero Blue. HEX triplet: BB, EA and CD. RGB value is (187,234,205). Sum of RGB (Red+Green+Blue) = 187+234+205=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACD is #441532. Grayscale: #D8D8D8. Windows color (decimal): -4461875 or 13494971. OLE color: 13494971.

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

Color convert

RGB 187 234 205 -
CMYK 0.20 0 0.12 0.08
HSL 142.98º 0.53% 0.83% -
HSV(B) 142.98º 0.2% 0.92% -
XYZ 60.94 73.82 68.79 -
YUV 216.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 187 234 205 0.20 0 0.12 0.08 142.98 0.53 0.83
Hex BB EA CD 14 0 C 8 8F 35 53
Octal 273 352 315 24 0 14 10 217 65 123
Binary 10111011 11101010 11001101 10100 0 1100 1000 10001111 110101 1010011

Color Harmonies of #BBEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEACD

Black with #BBEACD

Text Example


Text Example

White with #BBEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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