Html Css Color HEX #BBFCD6 Aero Blue

📋 copy color: '#BBFCD6'

red 187 ◦ green 252 ◦ blue 214

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

Shades of Aero Blue #BBFCD6

Tints of Aero Blue #BBFCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.77%

R = 28.64%
G = 38.59%
B = 32.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#BBFCD6 (or 0xBBFCD6) is known color: Aero Blue. HEX triplet: BB, FC and D6. RGB value is (187,252,214). Sum of RGB (Red+Green+Blue) = 187+252+214=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD6 is #440329. Grayscale: #E4E4E4. Windows color (decimal): -4457258 or 14089403. OLE color: 14089403.

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

Color convert

RGB 187 252 214 -
CMYK 0.26 0 0.15 0.01
HSL 144.92º 0.92% 0.86% -
HSV(B) 144.92º 0.26% 0.99% -
XYZ 67.44 85.04 76.48 -
YUV 228.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 187 252 214 0.26 0 0.15 0.01 144.92 0.92 0.86
Hex BB FC D6 1A 0 F 1 91 5C 56
Octal 273 374 326 32 0 17 1 221 134 126
Binary 10111011 11111100 11010110 11010 0 1111 1 10010001 1011100 1010110

Color Harmonies of #BBFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCD6

Black with #BBFCD6

Text Example


Text Example

White with #BBFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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