Html Css Color HEX #BBFADA Aero Blue

📋 copy color: '#BBFADA'

red 187 ◦ green 250 ◦ blue 218

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

Shades of Aero Blue #BBFADA

Tints of Aero Blue #BBFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.28%

R = 28.55%
G = 38.17%
B = 33.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BBFADA (or 0xBBFADA) is known color: Aero Blue. HEX triplet: BB, FA and DA. RGB value is (187,250,218). Sum of RGB (Red+Green+Blue) = 187+250+218=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFADA is #440525. Grayscale: #E3E3E3. Windows color (decimal): -4457766 or 14351035. OLE color: 14351035.

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

Color convert

RGB 187 250 218 -
CMYK 0.25 0 0.13 0.02
HSL 149.52º 0.86% 0.86% -
HSV(B) 149.52º 0.25% 0.98% -
XYZ 67.33 84 78.99 -
YUV 227.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 187 250 218 0.25 0 0.13 0.02 149.52 0.86 0.86
Hex BB FA DA 19 0 D 2 96 56 56
Octal 273 372 332 31 0 15 2 226 126 126
Binary 10111011 11111010 11011010 11001 0 1101 10 10010110 1010110 1010110

Color Harmonies of #BBFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFADA

Black with #BBFADA

Text Example


Text Example

White with #BBFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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