Html Css Color HEX #BCDDA6 Madang

📋 copy color: '#BCDDA6'

red 188 ◦ green 221 ◦ blue 166

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

Shades of Madang #BCDDA6

Tints of Madang #BCDDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.87%

R = 32.7%
G = 38.43%
B = 28.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BCDDA6 (or 0xBCDDA6) is known color: Madang. HEX triplet: BC, DD and A6. RGB value is (188,221,166). Sum of RGB (Red+Green+Blue) = 188+221+166=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDA6 is #432259. Grayscale: #CDCDCD. Windows color (decimal): -4399706 or 10935740. OLE color: 10935740.

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

Color convert

RGB 188 221 166 -
CMYK 0.15 0 0.25 0.13
HSL 96º 0.45% 0.76% -
HSV(B) 96º 0.25% 0.87% -
XYZ 53.48 65.16 45.83 -
YUV 204.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 188 221 166 0.15 0 0.25 0.13 96 0.45 0.76
Hex BC DD A6 F 0 19 D 60 2D 4C
Octal 274 335 246 17 0 31 15 140 55 114
Binary 10111100 11011101 10100110 1111 0 11001 1101 1100000 101101 1001100

Color Harmonies of #BCDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDA6

Black with #BCDDA6

Text Example


Text Example

White with #BCDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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