Html Css Color HEX #BBEFD7 Aero Blue

📋 copy color: '#BBEFD7'

red 187 ◦ green 239 ◦ blue 215

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

Shades of Aero Blue #BBEFD7

Tints of Aero Blue #BBEFD7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.29%

 BLUE value IS 215 (84.38% from 255) = 33.54%

R = 29.17%
G = 37.29%
B = 33.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BBEFD7 (or 0xBBEFD7) is known color: Aero Blue. HEX triplet: BB, EF and D7. RGB value is (187,239,215). Sum of RGB (Red+Green+Blue) = 187+239+215=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD7 is #441028. Grayscale: #DCDCDC. Windows color (decimal): -4460585 or 14151611. OLE color: 14151611.

HSL color Cylindrical-coordinate representation of color #BBEFD7: hue angle of 152.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFD7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 215 -
CMYK 0.22 0 0.10 0.06
HSL 152.31º 0.62% 0.84% -
HSV(B) 152.31º 0.22% 0.94% -
XYZ 63.63 77.2 75.84 -
YUV 220.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 187 239 215 0.22 0 0.10 0.06 152.31 0.62 0.84
Hex BB EF D7 16 0 A 6 98 3E 54
Octal 273 357 327 26 0 12 6 230 76 124
Binary 10111011 11101111 11010111 10110 0 1010 110 10011000 111110 1010100

Color Harmonies of #BBEFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFD7

Black with #BBEFD7

Text Example


Text Example

White with #BBEFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFD7; }

 p { color: rgb(187,239,215); }

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

background-color css

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

 a { background-color: rgb(187,239,215); }

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

border-color css

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

 span { border-color: rgb(187,239,215); }

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