Html Css Color HEX #B9EDC8 Granny Apple

📋 copy color: '#B9EDC8'

red 185 ◦ green 237 ◦ blue 200

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

Shades of Granny Apple #B9EDC8

Tints of Granny Apple #B9EDC8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.1%

 BLUE value IS 200 (78.52% from 255) = 32.15%

R = 29.74%
G = 38.1%
B = 32.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#B9EDC8 (or 0xB9EDC8) is known color: Granny Apple. HEX triplet: B9, ED and C8. RGB value is (185,237,200). Sum of RGB (Red+Green+Blue) = 185+237+200=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDC8 is #461237. Grayscale: #D9D9D9. Windows color (decimal): -4592184 or 13168057. OLE color: 13168057.

HSL color Cylindrical-coordinate representation of color #B9EDC8: hue angle of 137.31º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EDC8 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 200 -
CMYK 0.22 0 0.16 0.07
HSL 137.31º 0.59% 0.83% -
HSV(B) 137.31º 0.22% 0.93% -
XYZ 60.72 75.05 65.93 -
YUV 217.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 185 237 200 0.22 0 0.16 0.07 137.31 0.59 0.83
Hex B9 ED C8 16 0 10 7 89 3B 53
Octal 271 355 310 26 0 20 7 211 73 123
Binary 10111001 11101101 11001000 10110 0 10000 111 10001001 111011 1010011

Color Harmonies of #B9EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDC8

Black with #B9EDC8

Text Example


Text Example

White with #B9EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDC8; }

 p { color: rgb(185,237,200); }

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

background-color css

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

 a { background-color: rgb(185,237,200); }

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

border-color css

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

 span { border-color: rgb(185,237,200); }

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