Html Css Color HEX #BBE7CF Aero Blue

📋 copy color: '#BBE7CF'

red 187 ◦ green 231 ◦ blue 207

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

Shades of Aero Blue #BBE7CF

Tints of Aero Blue #BBE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.96%

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

R = 29.92%
G = 36.96%
B = 33.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#BBE7CF (or 0xBBE7CF) is known color: Aero Blue. HEX triplet: BB, E7 and CF. RGB value is (187,231,207). Sum of RGB (Red+Green+Blue) = 187+231+207=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CF is #441830. Grayscale: #D7D7D7. Windows color (decimal): -4462641 or 13625275. OLE color: 13625275.

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

Color convert

RGB 187 231 207 -
CMYK 0.19 0 0.10 0.09
HSL 147.27º 0.48% 0.82% -
HSV(B) 147.27º 0.19% 0.91% -
XYZ 60.33 72.22 69.79 -
YUV 215.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 187 231 207 0.19 0 0.10 0.09 147.27 0.48 0.82
Hex BB E7 CF 13 0 A 9 93 30 52
Octal 273 347 317 23 0 12 11 223 60 122
Binary 10111011 11100111 11001111 10011 0 1010 1001 10010011 110000 1010010

Color Harmonies of #BBE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7CF

Black with #BBE7CF

Text Example


Text Example

White with #BBE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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