Html Css Color HEX #BBE5CF Aero Blue

📋 copy color: '#BBE5CF'

red 187 ◦ green 229 ◦ blue 207

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

Shades of Aero Blue #BBE5CF

Tints of Aero Blue #BBE5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

 BLUE value IS 207 (81.25% from 255) = 33.23%

R = 30.02%
G = 36.76%
B = 33.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#BBE5CF (or 0xBBE5CF) is known color: Aero Blue. HEX triplet: BB, E5 and CF. RGB value is (187,229,207). Sum of RGB (Red+Green+Blue) = 187+229+207=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5CF is #441A30. Grayscale: #D5D5D5. Windows color (decimal): -4463153 or 13624763. OLE color: 13624763.

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

Color convert

RGB 187 229 207 -
CMYK 0.18 0 0.10 0.10
HSL 148.57º 0.45% 0.82% -
HSV(B) 148.57º 0.18% 0.9% -
XYZ 59.78 71.11 69.61 -
YUV 213.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 187 229 207 0.18 0 0.10 0.10 148.57 0.45 0.82
Hex BB E5 CF 12 0 A A 95 2D 52
Octal 273 345 317 22 0 12 12 225 55 122
Binary 10111011 11100101 11001111 10010 0 1010 1010 10010101 101101 1010010

Color Harmonies of #BBE5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5CF

Black with #BBE5CF

Text Example


Text Example

White with #BBE5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5CF; }

 p { color: rgb(187,229,207); }

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

background-color css

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

 a { background-color: rgb(187,229,207); }

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

border-color css

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

 span { border-color: rgb(187,229,207); }

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