Html Css Color HEX #BBF2DA Aero Blue

📋 copy color: '#BBF2DA'

red 187 ◦ green 242 ◦ blue 218

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

Shades of Aero Blue #BBF2DA

Tints of Aero Blue #BBF2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.4%

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

R = 28.9%
G = 37.4%
B = 33.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BBF2DA (or 0xBBF2DA) is known color: Aero Blue. HEX triplet: BB, F2 and DA. RGB value is (187,242,218). Sum of RGB (Red+Green+Blue) = 187+242+218=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DA is #440D25. Grayscale: #DEDEDE. Windows color (decimal): -4459814 or 14348987. OLE color: 14348987.

HSL color Cylindrical-coordinate representation of color #BBF2DA: hue angle of 153.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 218 -
CMYK 0.23 0 0.10 0.05
HSL 153.82º 0.68% 0.84% -
HSV(B) 153.82º 0.23% 0.95% -
XYZ 64.9 79.13 78.18 -
YUV 222.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 187 242 218 0.23 0 0.10 0.05 153.82 0.68 0.84
Hex BB F2 DA 17 0 A 5 9A 44 54
Octal 273 362 332 27 0 12 5 232 104 124
Binary 10111011 11110010 11011010 10111 0 1010 101 10011010 1000100 1010100

Color Harmonies of #BBF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2DA

Black with #BBF2DA

Text Example


Text Example

White with #BBF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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