Html Css Color HEX #BDEBB0 Madang

📋 copy color: '#BDEBB0'

red 189 ◦ green 235 ◦ blue 176

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

Shades of Madang #BDEBB0

Tints of Madang #BDEBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.33%

R = 31.5%
G = 39.17%
B = 29.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#BDEBB0 (or 0xBDEBB0) is known color: Madang. HEX triplet: BD, EB and B0. RGB value is (189,235,176). Sum of RGB (Red+Green+Blue) = 189+235+176=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBB0 is #42144F. Grayscale: #D6D6D6. Windows color (decimal): -4330576 or 11594685. OLE color: 11594685.

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

Color convert

RGB 189 235 176 -
CMYK 0.20 0 0.25 0.08
HSL 106.78º 0.6% 0.81% -
HSV(B) 106.78º 0.25% 0.92% -
XYZ 58.53 73.37 52.15 -
YUV 214.52 106.26 109.8 -
System Red Green Blue C M Y K H S L
Decimal 189 235 176 0.20 0 0.25 0.08 106.78 0.6 0.81
Hex BD EB B0 14 0 19 8 6B 3C 51
Octal 275 353 260 24 0 31 10 153 74 121
Binary 10111101 11101011 10110000 10100 0 11001 1000 1101011 111100 1010001

Color Harmonies of #BDEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBB0

Black with #BDEBB0

Text Example


Text Example

White with #BDEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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