Html Css Color HEX #BBFCD7 Aero Blue

📋 copy color: '#BBFCD7'

red 187 ◦ green 252 ◦ blue 215

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

Shades of Aero Blue #BBFCD7

Tints of Aero Blue #BBFCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.87%

R = 28.59%
G = 38.53%
B = 32.87%

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

#BBFCD7 (or 0xBBFCD7) is known color: Aero Blue. HEX triplet: BB, FC and D7. RGB value is (187,252,215). Sum of RGB (Red+Green+Blue) = 187+252+215=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD7 is #440328. Grayscale: #E4E4E4. Windows color (decimal): -4457257 or 14154939. OLE color: 14154939.

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

Color convert

RGB 187 252 215 -
CMYK 0.26 0 0.15 0.01
HSL 145.85º 0.92% 0.86% -
HSV(B) 145.85º 0.26% 0.99% -
XYZ 67.57 85.09 77.15 -
YUV 228.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 187 252 215 0.26 0 0.15 0.01 145.85 0.92 0.86
Hex BB FC D7 1A 0 F 1 92 5C 56
Octal 273 374 327 32 0 17 1 222 134 126
Binary 10111011 11111100 11010111 11010 0 1111 1 10010010 1011100 1010110

Color Harmonies of #BBFCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCD7

Black with #BBFCD7

Text Example


Text Example

White with #BBFCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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