Html Css Color HEX #BDE2B2 Madang

📋 copy color: '#BDE2B2'

red 189 ◦ green 226 ◦ blue 178

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

Shades of Madang #BDE2B2

Tints of Madang #BDE2B2

RGB

 RED value IS 189 (74.22% from 255) = 31.87%

 GREEN value IS 226 (88.67% from 255) = 38.11%

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 31.87%
G = 38.11%
B = 30.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#BDE2B2 (or 0xBDE2B2) is known color: Madang. HEX triplet: BD, E2 and B2. RGB value is (189,226,178). Sum of RGB (Red+Green+Blue) = 189+226+178=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE2B2 is #421D4D. Grayscale: #D1D1D1. Windows color (decimal): -4332878 or 11723453. OLE color: 11723453.

HSL color Cylindrical-coordinate representation of color #BDE2B2: hue angle of 106.25º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE2B2 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 178 -
CMYK 0.16 0 0.21 0.11
HSL 106.25º 0.45% 0.79% -
HSV(B) 106.25º 0.21% 0.89% -
XYZ 56.22 68.43 52.36 -
YUV 209.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 189 226 178 0.16 0 0.21 0.11 106.25 0.45 0.79
Hex BD E2 B2 10 0 15 B 6A 2D 4F
Octal 275 342 262 20 0 25 13 152 55 117
Binary 10111101 11100010 10110010 10000 0 10101 1011 1101010 101101 1001111

Color Harmonies of #BDE2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2B2

Black with #BDE2B2

Text Example


Text Example

White with #BDE2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2B2; }

 p { color: rgb(189,226,178); }

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

background-color css

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

 a { background-color: rgb(189,226,178); }

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

border-color css

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

 span { border-color: rgb(189,226,178); }

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