Html Css Color HEX #BBF2DB Aero Blue

📋 copy color: '#BBF2DB'

red 187 ◦ green 242 ◦ blue 219

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

Shades of Aero Blue #BBF2DB

Tints of Aero Blue #BBF2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 28.86%
G = 37.35%
B = 33.8%

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

#BBF2DB (or 0xBBF2DB) is known color: Aero Blue. HEX triplet: BB, F2 and DB. RGB value is (187,242,219). Sum of RGB (Red+Green+Blue) = 187+242+219=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DB is #440D24. Grayscale: #DEDEDE. Windows color (decimal): -4459813 or 14414523. OLE color: 14414523.

HSL color Cylindrical-coordinate representation of color #BBF2DB: hue angle of 154.91º 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 #BBF2DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 219 -
CMYK 0.23 0 0.10 0.05
HSL 154.91º 0.68% 0.84% -
HSV(B) 154.91º 0.23% 0.95% -
XYZ 65.03 79.18 78.87 -
YUV 222.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 187 242 219 0.23 0 0.10 0.05 154.91 0.68 0.84
Hex BB F2 DB 17 0 A 5 9B 44 54
Octal 273 362 333 27 0 12 5 233 104 124
Binary 10111011 11110010 11011011 10111 0 1010 101 10011011 1000100 1010100

Color Harmonies of #BBF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2DB

Black with #BBF2DB

Text Example


Text Example

White with #BBF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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