Html Css Color HEX #B2CFA6 Madang

📋 copy color: '#B2CFA6'

red 178 ◦ green 207 ◦ blue 166

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

Shades of Madang #B2CFA6

Tints of Madang #B2CFA6

RGB

 RED value IS 178 (69.92% from 255) = 32.3%

 GREEN value IS 207 (81.25% from 255) = 37.57%

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

R = 32.3%
G = 37.57%
B = 30.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#B2CFA6 (or 0xB2CFA6) is known color: Madang. HEX triplet: B2, CF and A6. RGB value is (178,207,166). Sum of RGB (Red+Green+Blue) = 178+207+166=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFA6 is #4D3059. Grayscale: #C1C1C1. Windows color (decimal): -5058650 or 10932146. OLE color: 10932146.

HSL color Cylindrical-coordinate representation of color #B2CFA6: hue angle of 102.44º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CFA6 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 166 -
CMYK 0.14 0 0.20 0.19
HSL 102.44º 0.3% 0.73% -
HSV(B) 102.44º 0.2% 0.81% -
XYZ 47.56 56.84 44.54 -
YUV 193.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 178 207 166 0.14 0 0.20 0.19 102.44 0.3 0.73
Hex B2 CF A6 E 0 14 13 66 1E 49
Octal 262 317 246 16 0 24 23 146 36 111
Binary 10110010 11001111 10100110 1110 0 10100 10011 1100110 11110 1001001

Color Harmonies of #B2CFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFA6

Black with #B2CFA6

Text Example


Text Example

White with #B2CFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFA6; }

 p { color: rgb(178,207,166); }

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

background-color css

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

 a { background-color: rgb(178,207,166); }

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

border-color css

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

 span { border-color: rgb(178,207,166); }

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