Html Css Color HEX #BDEBB6 Madang

📋 copy color: '#BDEBB6'

red 189 ◦ green 235 ◦ blue 182

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

Shades of Madang #BDEBB6

Tints of Madang #BDEBB6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.78%

 BLUE value IS 182 (71.48% from 255) = 30.03%

R = 31.19%
G = 38.78%
B = 30.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#BDEBB6 (or 0xBDEBB6) is known color: Madang. HEX triplet: BD, EB and B6. RGB value is (189,235,182). Sum of RGB (Red+Green+Blue) = 189+235+182=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBB6 is #421449. Grayscale: #D7D7D7. Windows color (decimal): -4330570 or 11987901. OLE color: 11987901.

HSL color Cylindrical-coordinate representation of color #BDEBB6: hue angle of 112.08º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEBB6 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 182 -
CMYK 0.20 0 0.23 0.08
HSL 112.08º 0.57% 0.82% -
HSV(B) 112.08º 0.23% 0.92% -
XYZ 59.14 73.61 55.35 -
YUV 215.2 109.26 109.31 -
System Red Green Blue C M Y K H S L
Decimal 189 235 182 0.20 0 0.23 0.08 112.08 0.57 0.82
Hex BD EB B6 14 0 17 8 70 39 52
Octal 275 353 266 24 0 27 10 160 71 122
Binary 10111101 11101011 10110110 10100 0 10111 1000 1110000 111001 1010010

Color Harmonies of #BDEBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBB6

Black with #BDEBB6

Text Example


Text Example

White with #BDEBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBB6; }

 p { color: rgb(189,235,182); }

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

background-color css

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

 a { background-color: rgb(189,235,182); }

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

border-color css

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

 span { border-color: rgb(189,235,182); }

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