Html Css Color HEX #BBFCD5 Aero Blue

📋 copy color: '#BBFCD5'

red 187 ◦ green 252 ◦ blue 213

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

Shades of Aero Blue #BBFCD5

Tints of Aero Blue #BBFCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.67%

R = 28.68%
G = 38.65%
B = 32.67%

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

#BBFCD5 (or 0xBBFCD5) is known color: Aero Blue. HEX triplet: BB, FC and D5. RGB value is (187,252,213). Sum of RGB (Red+Green+Blue) = 187+252+213=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD5 is #44032A. Grayscale: #E4E4E4. Windows color (decimal): -4457259 or 14023867. OLE color: 14023867.

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

Color convert

RGB 187 252 213 -
CMYK 0.26 0 0.15 0.01
HSL 144º 0.92% 0.86% -
HSV(B) 144º 0.26% 0.99% -
XYZ 67.31 84.99 75.81 -
YUV 228.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 187 252 213 0.26 0 0.15 0.01 144 0.92 0.86
Hex BB FC D5 1A 0 F 1 90 5C 56
Octal 273 374 325 32 0 17 1 220 134 126
Binary 10111011 11111100 11010101 11010 0 1111 1 10010000 1011100 1010110

Color Harmonies of #BBFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCD5

Black with #BBFCD5

Text Example


Text Example

White with #BBFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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