Html Css Color HEX #B7D8AF Madang

📋 copy color: '#B7D8AF'

red 183 ◦ green 216 ◦ blue 175

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

Shades of Madang #B7D8AF

Tints of Madang #B7D8AF

RGB

 RED value IS 183 (71.88% from 255) = 31.88%

 GREEN value IS 216 (84.77% from 255) = 37.63%

 BLUE value IS 175 (68.75% from 255) = 30.49%

R = 31.88%
G = 37.63%
B = 30.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#B7D8AF (or 0xB7D8AF) is known color: Madang. HEX triplet: B7, D8 and AF. RGB value is (183,216,175). Sum of RGB (Red+Green+Blue) = 183+216+175=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D8AF is #482750. Grayscale: #C9C9C9. Windows color (decimal): -4728657 or 11524279. OLE color: 11524279.

HSL color Cylindrical-coordinate representation of color #B7D8AF: hue angle of 108.29º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7D8AF is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 216 175 -
CMYK 0.15 0 0.19 0.15
HSL 108.29º 0.34% 0.77% -
HSV(B) 108.29º 0.19% 0.85% -
XYZ 51.82 62.27 49.85 -
YUV 201.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 183 216 175 0.15 0 0.19 0.15 108.29 0.34 0.77
Hex B7 D8 AF F 0 13 F 6C 22 4D
Octal 267 330 257 17 0 23 17 154 42 115
Binary 10110111 11011000 10101111 1111 0 10011 1111 1101100 100010 1001101

Color Harmonies of #B7D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8AF

Black with #B7D8AF

Text Example


Text Example

White with #B7D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8AF; }

 p { color: rgb(183,216,175); }

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

background-color css

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

 a { background-color: rgb(183,216,175); }

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

border-color css

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

 span { border-color: rgb(183,216,175); }

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