Html Css Color HEX #BBFAD2 Aero Blue

📋 copy color: '#BBFAD2'

red 187 ◦ green 250 ◦ blue 210

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

Shades of Aero Blue #BBFAD2

Tints of Aero Blue #BBFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

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

R = 28.9%
G = 38.64%
B = 32.46%

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

#BBFAD2 (or 0xBBFAD2) is known color: Aero Blue. HEX triplet: BB, FA and D2. RGB value is (187,250,210). Sum of RGB (Red+Green+Blue) = 187+250+210=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD2 is #44052D. Grayscale: #E2E2E2. Windows color (decimal): -4457774 or 13826747. OLE color: 13826747.

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

Color convert

RGB 187 250 210 -
CMYK 0.25 0 0.16 0.02
HSL 141.9º 0.86% 0.86% -
HSV(B) 141.9º 0.25% 0.98% -
XYZ 66.31 83.59 73.61 -
YUV 226.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 187 250 210 0.25 0 0.16 0.02 141.9 0.86 0.86
Hex BB FA D2 19 0 10 2 8E 56 56
Octal 273 372 322 31 0 20 2 216 126 126
Binary 10111011 11111010 11010010 11001 0 10000 10 10001110 1010110 1010110

Color Harmonies of #BBFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAD2

Black with #BBFAD2

Text Example


Text Example

White with #BBFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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