Html Css Color HEX #B0DFA2 Madang

📋 copy color: '#B0DFA2'

red 176 ◦ green 223 ◦ blue 162

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

Shades of Madang #B0DFA2

Tints of Madang #B0DFA2

RGB

 RED value IS 176 (69.14% from 255) = 31.37%

 GREEN value IS 223 (87.5% from 255) = 39.75%

 BLUE value IS 162 (63.67% from 255) = 28.88%

R = 31.37%
G = 39.75%
B = 28.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#B0DFA2 (or 0xB0DFA2) is known color: Madang. HEX triplet: B0, DF and A2. RGB value is (176,223,162). Sum of RGB (Red+Green+Blue) = 176+223+162=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFA2 is #4F205D. Grayscale: #CACACA. Windows color (decimal): -5185630 or 10674096. OLE color: 10674096.

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

Color convert

RGB 176 223 162 -
CMYK 0.21 0 0.27 0.13
HSL 106.23º 0.49% 0.75% -
HSV(B) 106.23º 0.27% 0.87% -
XYZ 50.81 64.61 43.98 -
YUV 201.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 176 223 162 0.21 0 0.27 0.13 106.23 0.49 0.75
Hex B0 DF A2 15 0 1B D 6A 31 4B
Octal 260 337 242 25 0 33 15 152 61 113
Binary 10110000 11011111 10100010 10101 0 11011 1101 1101010 110001 1001011

Color Harmonies of #B0DFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFA2

Black with #B0DFA2

Text Example


Text Example

White with #B0DFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFA2; }

 p { color: rgb(176,223,162); }

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

background-color css

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

 a { background-color: rgb(176,223,162); }

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

border-color css

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

 span { border-color: rgb(176,223,162); }

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