Html Css Color HEX #B9FED0 Granny Apple

📋 copy color: '#B9FED0'

red 185 ◦ green 254 ◦ blue 208

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

Shades of Granny Apple #B9FED0

Tints of Granny Apple #B9FED0

RGB

 RED value IS 185 (72.66% from 255) = 28.59%

 GREEN value IS 254 (99.61% from 255) = 39.26%

 BLUE value IS 208 (81.64% from 255) = 32.15%

R = 28.59%
G = 39.26%
B = 32.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#B9FED0 (or 0xB9FED0) is known color: Granny Apple. HEX triplet: B9, FE and D0. RGB value is (185,254,208). Sum of RGB (Red+Green+Blue) = 185+254+208=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FED0 is #46012F. Grayscale: #E4E4E4. Windows color (decimal): -4587824 or 13696697. OLE color: 13696697.

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

Color convert

RGB 185 254 208 -
CMYK 0.27 0 0.18 0.00
HSL 140º 0.97% 0.86% -
HSV(B) 140º 0.27% 1% -
XYZ 66.83 85.75 72.7 -
YUV 228.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 185 254 208 0.27 0 0.18 0.00 140 0.97 0.86
Hex B9 FE D0 1B 0 12 0 8C 61 56
Octal 271 376 320 33 0 22 0 214 141 126
Binary 10111001 11111110 11010000 11011 0 10010 0 10001100 1100001 1010110

Color Harmonies of #B9FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FED0

Black with #B9FED0

Text Example


Text Example

White with #B9FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FED0; }

 p { color: rgb(185,254,208); }

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

background-color css

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

 a { background-color: rgb(185,254,208); }

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

border-color css

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

 span { border-color: rgb(185,254,208); }

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