Html Css Color HEX #BBFAD4 Aero Blue

📋 copy color: '#BBFAD4'

red 187 ◦ green 250 ◦ blue 212

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

Shades of Aero Blue #BBFAD4

Tints of Aero Blue #BBFAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.67%

R = 28.81%
G = 38.52%
B = 32.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#BBFAD4 (or 0xBBFAD4) is known color: Aero Blue. HEX triplet: BB, FA and D4. RGB value is (187,250,212). Sum of RGB (Red+Green+Blue) = 187+250+212=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD4 is #44052B. Grayscale: #E2E2E2. Windows color (decimal): -4457772 or 13957819. OLE color: 13957819.

HSL color Cylindrical-coordinate representation of color #BBFAD4: hue angle of 143.81º 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 #BBFAD4 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 212 -
CMYK 0.25 0 0.15 0.02
HSL 143.81º 0.86% 0.86% -
HSV(B) 143.81º 0.25% 0.98% -
XYZ 66.56 83.69 74.93 -
YUV 226.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 187 250 212 0.25 0 0.15 0.02 143.81 0.86 0.86
Hex BB FA D4 19 0 F 2 90 56 56
Octal 273 372 324 31 0 17 2 220 126 126
Binary 10111011 11111010 11010100 11001 0 1111 10 10010000 1010110 1010110

Color Harmonies of #BBFAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAD4

Black with #BBFAD4

Text Example


Text Example

White with #BBFAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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