Html Css Color HEX #BBFCD2 Aero Blue

📋 copy color: '#BBFCD2'

red 187 ◦ green 252 ◦ blue 210

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

Shades of Aero Blue #BBFCD2

Tints of Aero Blue #BBFCD2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.83%

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

R = 28.81%
G = 38.83%
B = 32.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#BBFCD2 (or 0xBBFCD2) is known color: Aero Blue. HEX triplet: BB, FC and D2. RGB value is (187,252,210). Sum of RGB (Red+Green+Blue) = 187+252+210=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD2 is #44032D. Grayscale: #E3E3E3. Windows color (decimal): -4457262 or 13827259. OLE color: 13827259.

HSL color Cylindrical-coordinate representation of color #BBFCD2: hue angle of 141.23º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCD2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 210 -
CMYK 0.26 0 0.17 0.01
HSL 141.23º 0.92% 0.86% -
HSV(B) 141.23º 0.26% 0.99% -
XYZ 66.94 84.84 73.82 -
YUV 227.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 187 252 210 0.26 0 0.17 0.01 141.23 0.92 0.86
Hex BB FC D2 1A 0 11 1 8D 5C 56
Octal 273 374 322 32 0 21 1 215 134 126
Binary 10111011 11111100 11010010 11010 0 10001 1 10001101 1011100 1010110

Color Harmonies of #BBFCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCD2

Black with #BBFCD2

Text Example


Text Example

White with #BBFCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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