Html Css Color HEX #BBF9D2 Aero Blue

📋 copy color: '#BBF9D2'

red 187 ◦ green 249 ◦ blue 210

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

Shades of Aero Blue #BBF9D2

Tints of Aero Blue #BBF9D2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.54%

 BLUE value IS 210 (82.42% from 255) = 32.51%

R = 28.95%
G = 38.54%
B = 32.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BBF9D2 (or 0xBBF9D2) is known color: Aero Blue. HEX triplet: BB, F9 and D2. RGB value is (187,249,210). Sum of RGB (Red+Green+Blue) = 187+249+210=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D2 is #44062D. Grayscale: #E2E2E2. Windows color (decimal): -4458030 or 13826491. OLE color: 13826491.

HSL color Cylindrical-coordinate representation of color #BBF9D2: hue angle of 142.26º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9D2 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 210 -
CMYK 0.25 0 0.16 0.02
HSL 142.26º 0.84% 0.85% -
HSV(B) 142.26º 0.25% 0.98% -
XYZ 66 82.97 73.51 -
YUV 226.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 187 249 210 0.25 0 0.16 0.02 142.26 0.84 0.85
Hex BB F9 D2 19 0 10 2 8E 54 55
Octal 273 371 322 31 0 20 2 216 124 125
Binary 10111011 11111001 11010010 11001 0 10000 10 10001110 1010100 1010101

Color Harmonies of #BBF9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9D2

Black with #BBF9D2

Text Example


Text Example

White with #BBF9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9D2; }

 p { color: rgb(187,249,210); }

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

background-color css

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

 a { background-color: rgb(187,249,210); }

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

border-color css

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

 span { border-color: rgb(187,249,210); }

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