Html Css Color HEX #BDECAB Madang

📋 copy color: '#BDECAB'

red 189 ◦ green 236 ◦ blue 171

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

Shades of Madang #BDECAB

Tints of Madang #BDECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.6%

 BLUE value IS 171 (67.19% from 255) = 28.69%

R = 31.71%
G = 39.6%
B = 28.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#BDECAB (or 0xBDECAB) is known color: Madang. HEX triplet: BD, EC and AB. RGB value is (189,236,171). Sum of RGB (Red+Green+Blue) = 189+236+171=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECAB is #421354. Grayscale: #D6D6D6. Windows color (decimal): -4330325 or 11267261. OLE color: 11267261.

HSL color Cylindrical-coordinate representation of color #BDECAB: hue angle of 103.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDECAB is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 171 -
CMYK 0.20 0 0.28 0.07
HSL 103.38º 0.63% 0.8% -
HSV(B) 103.38º 0.28% 0.93% -
XYZ 58.33 73.75 49.69 -
YUV 214.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 189 236 171 0.20 0 0.28 0.07 103.38 0.63 0.8
Hex BD EC AB 14 0 1C 7 67 3F 50
Octal 275 354 253 24 0 34 7 147 77 120
Binary 10111101 11101100 10101011 10100 0 11100 111 1100111 111111 1010000

Color Harmonies of #BDECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECAB

Black with #BDECAB

Text Example


Text Example

White with #BDECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECAB; }

 p { color: rgb(189,236,171); }

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

background-color css

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

 a { background-color: rgb(189,236,171); }

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

border-color css

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

 span { border-color: rgb(189,236,171); }

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