Html Css Color HEX #BBE9CD Aero Blue

📋 copy color: '#BBE9CD'

red 187 ◦ green 233 ◦ blue 205

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

Shades of Aero Blue #BBE9CD

Tints of Aero Blue #BBE9CD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.28%

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

R = 29.92%
G = 37.28%
B = 32.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BBE9CD (or 0xBBE9CD) is known color: Aero Blue. HEX triplet: BB, E9 and CD. RGB value is (187,233,205). Sum of RGB (Red+Green+Blue) = 187+233+205=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9CD is #441632. Grayscale: #D8D8D8. Windows color (decimal): -4462131 or 13494715. OLE color: 13494715.

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

Color convert

RGB 187 233 205 -
CMYK 0.20 0 0.12 0.09
HSL 143.48º 0.51% 0.82% -
HSV(B) 143.48º 0.2% 0.91% -
XYZ 60.65 73.25 68.7 -
YUV 216.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 187 233 205 0.20 0 0.12 0.09 143.48 0.51 0.82
Hex BB E9 CD 14 0 C 9 8F 33 52
Octal 273 351 315 24 0 14 11 217 63 122
Binary 10111011 11101001 11001101 10100 0 1100 1001 10001111 110011 1010010

Color Harmonies of #BBE9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9CD

Black with #BBE9CD

Text Example


Text Example

White with #BBE9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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