Html Css Color HEX #BBFADB Aero Blue

📋 copy color: '#BBFADB'

red 187 ◦ green 250 ◦ blue 219

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

Shades of Aero Blue #BBFADB

Tints of Aero Blue #BBFADB

RGB

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

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

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

R = 28.51%
G = 38.11%
B = 33.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BBFADB (or 0xBBFADB) is known color: Aero Blue. HEX triplet: BB, FA and DB. RGB value is (187,250,219). Sum of RGB (Red+Green+Blue) = 187+250+219=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFADB is #440524. Grayscale: #E3E3E3. Windows color (decimal): -4457765 or 14416571. OLE color: 14416571.

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

Color convert

RGB 187 250 219 -
CMYK 0.25 0 0.12 0.02
HSL 150.48º 0.86% 0.86% -
HSV(B) 150.48º 0.25% 0.98% -
XYZ 67.47 84.05 79.69 -
YUV 227.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 187 250 219 0.25 0 0.12 0.02 150.48 0.86 0.86
Hex BB FA DB 19 0 C 2 96 56 56
Octal 273 372 333 31 0 14 2 226 126 126
Binary 10111011 11111010 11011011 11001 0 1100 10 10010110 1010110 1010110

Color Harmonies of #BBFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFADB

Black with #BBFADB

Text Example


Text Example

White with #BBFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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