Html Css Color HEX #BBEFDA Aero Blue

📋 copy color: '#BBEFDA'

red 187 ◦ green 239 ◦ blue 218

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

Shades of Aero Blue #BBEFDA

Tints of Aero Blue #BBEFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 29.04%
G = 37.11%
B = 33.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#BBEFDA (or 0xBBEFDA) is known color: Aero Blue. HEX triplet: BB, EF and DA. RGB value is (187,239,218). Sum of RGB (Red+Green+Blue) = 187+239+218=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDA is #441025. Grayscale: #DDDDDD. Windows color (decimal): -4460582 or 14348219. OLE color: 14348219.

HSL color Cylindrical-coordinate representation of color #BBEFDA: hue angle of 155.77º 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 #BBEFDA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 218 -
CMYK 0.22 0 0.09 0.06
HSL 155.77º 0.62% 0.84% -
HSV(B) 155.77º 0.22% 0.94% -
XYZ 64.01 77.36 77.89 -
YUV 221.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 187 239 218 0.22 0 0.09 0.06 155.77 0.62 0.84
Hex BB EF DA 16 0 9 6 9C 3E 54
Octal 273 357 332 26 0 11 6 234 76 124
Binary 10111011 11101111 11011010 10110 0 1001 110 10011100 111110 1010100

Color Harmonies of #BBEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFDA

Black with #BBEFDA

Text Example


Text Example

White with #BBEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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