Html Css Color HEX #B0DEA6 Madang

📋 copy color: '#B0DEA6'

red 176 ◦ green 222 ◦ blue 166

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

Shades of Madang #B0DEA6

Tints of Madang #B0DEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.36%

 BLUE value IS 166 (65.23% from 255) = 29.43%

R = 31.21%
G = 39.36%
B = 29.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#B0DEA6 (or 0xB0DEA6) is known color: Madang. HEX triplet: B0, DE and A6. RGB value is (176,222,166). Sum of RGB (Red+Green+Blue) = 176+222+166=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEA6 is #4F2159. Grayscale: #CACACA. Windows color (decimal): -5185882 or 10935984. OLE color: 10935984.

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

Color convert

RGB 176 222 166 -
CMYK 0.21 0 0.25 0.13
HSL 109.29º 0.46% 0.76% -
HSV(B) 109.29º 0.25% 0.87% -
XYZ 50.91 64.23 45.79 -
YUV 201.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 176 222 166 0.21 0 0.25 0.13 109.29 0.46 0.76
Hex B0 DE A6 15 0 19 D 6D 2E 4C
Octal 260 336 246 25 0 31 15 155 56 114
Binary 10110000 11011110 10100110 10101 0 11001 1101 1101101 101110 1001100

Color Harmonies of #B0DEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEA6

Black with #B0DEA6

Text Example


Text Example

White with #B0DEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEA6; }

 p { color: rgb(176,222,166); }

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

background-color css

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

 a { background-color: rgb(176,222,166); }

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

border-color css

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

 span { border-color: rgb(176,222,166); }

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