Html Css Color HEX #BCDDA4 Madang

📋 copy color: '#BCDDA4'

red 188 ◦ green 221 ◦ blue 164

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

Shades of Madang #BCDDA4

Tints of Madang #BCDDA4

RGB

 RED value IS 188 (73.83% from 255) = 32.81%

 GREEN value IS 221 (86.72% from 255) = 38.57%

 BLUE value IS 164 (64.45% from 255) = 28.62%

R = 32.81%
G = 38.57%
B = 28.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BCDDA4 (or 0xBCDDA4) is known color: Madang. HEX triplet: BC, DD and A4. RGB value is (188,221,164). Sum of RGB (Red+Green+Blue) = 188+221+164=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDA4 is #43225B. Grayscale: #CCCCCC. Windows color (decimal): -4399708 or 10804668. OLE color: 10804668.

HSL color Cylindrical-coordinate representation of color #BCDDA4: hue angle of 94.74º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDDA4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 164 -
CMYK 0.15 0 0.26 0.13
HSL 94.74º 0.46% 0.75% -
HSV(B) 94.74º 0.26% 0.87% -
XYZ 53.3 65.08 44.88 -
YUV 204.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 188 221 164 0.15 0 0.26 0.13 94.74 0.46 0.75
Hex BC DD A4 F 0 1A D 5F 2E 4B
Octal 274 335 244 17 0 32 15 137 56 113
Binary 10111100 11011101 10100100 1111 0 11010 1101 1011111 101110 1001011

Color Harmonies of #BCDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDA4

Black with #BCDDA4

Text Example


Text Example

White with #BCDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDA4; }

 p { color: rgb(188,221,164); }

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

background-color css

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

 a { background-color: rgb(188,221,164); }

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

border-color css

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

 span { border-color: rgb(188,221,164); }

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