Html Css Color HEX #BBFADC Aero Blue

📋 copy color: '#BBFADC'

red 187 ◦ green 250 ◦ blue 220

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

Shades of Aero Blue #BBFADC

Tints of Aero Blue #BBFADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 28.46%
G = 38.05%
B = 33.49%

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

#BBFADC (or 0xBBFADC) is known color: Aero Blue. HEX triplet: BB, FA and DC. RGB value is (187,250,220). Sum of RGB (Red+Green+Blue) = 187+250+220=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFADC is #440523. Grayscale: #E3E3E3. Windows color (decimal): -4457764 or 14482107. OLE color: 14482107.

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

Color convert

RGB 187 250 220 -
CMYK 0.25 0 0.12 0.02
HSL 151.43º 0.86% 0.86% -
HSV(B) 151.43º 0.25% 0.98% -
XYZ 67.6 84.1 80.38 -
YUV 227.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 187 250 220 0.25 0 0.12 0.02 151.43 0.86 0.86
Hex BB FA DC 19 0 C 2 97 56 56
Octal 273 372 334 31 0 14 2 227 126 126
Binary 10111011 11111010 11011100 11001 0 1100 10 10010111 1010110 1010110

Color Harmonies of #BBFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFADC

Black with #BBFADC

Text Example


Text Example

White with #BBFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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