Html Css Color HEX #BBFFD4 Aero Blue

📋 copy color: '#BBFFD4'

red 187 ◦ green 255 ◦ blue 212

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

Shades of Aero Blue #BBFFD4

Tints of Aero Blue #BBFFD4

RGB

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

 GREEN value IS 255 (100% from 255) = 38.99%

 BLUE value IS 212 (83.2% from 255) = 32.42%

R = 28.59%
G = 38.99%
B = 32.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#BBFFD4 (or 0xBBFFD4) is known color: Aero Blue. HEX triplet: BB, FF and D4. RGB value is (187,255,212). Sum of RGB (Red+Green+Blue) = 187+255+212=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD4 is #44002B. Grayscale: #E5E5E5. Windows color (decimal): -4456492 or 13959099. OLE color: 13959099.

HSL color Cylindrical-coordinate representation of color #BBFFD4: hue angle of 142.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFD4 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 212 -
CMYK 0.27 0 0.17 0
HSL 142.06º 1% 0.87% -
HSV(B) 142.06º 0.27% 1% -
XYZ 68.14 86.84 75.46 -
YUV 229.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 187 255 212 0.27 0 0.17 0 142.06 1 0.87
Hex BB FF D4 1B 0 11 0 8E 64 57
Octal 273 377 324 33 0 21 0 216 144 127
Binary 10111011 11111111 11010100 11011 0 10001 0 10001110 1100100 1010111

Color Harmonies of #BBFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFD4

Black with #BBFFD4

Text Example


Text Example

White with #BBFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFD4; }

 p { color: rgb(187,255,212); }

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

background-color css

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

 a { background-color: rgb(187,255,212); }

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

border-color css

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

 span { border-color: rgb(187,255,212); }

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