Html Css Color HEX #BCDAB0 Madang

📋 copy color: '#BCDAB0'

red 188 ◦ green 218 ◦ blue 176

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

Shades of Madang #BCDAB0

Tints of Madang #BCDAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

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

R = 32.3%
G = 37.46%
B = 30.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BCDAB0 (or 0xBCDAB0) is known color: Madang. HEX triplet: BC, DA and B0. RGB value is (188,218,176). Sum of RGB (Red+Green+Blue) = 188+218+176=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAB0 is #43254F. Grayscale: #CCCCCC. Windows color (decimal): -4400464 or 11590332. OLE color: 11590332.

HSL color Cylindrical-coordinate representation of color #BCDAB0: hue angle of 102.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 176 -
CMYK 0.14 0 0.19 0.15
HSL 102.86º 0.36% 0.77% -
HSV(B) 102.86º 0.19% 0.85% -
XYZ 53.65 63.97 50.59 -
YUV 204.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 188 218 176 0.14 0 0.19 0.15 102.86 0.36 0.77
Hex BC DA B0 E 0 13 F 67 24 4D
Octal 274 332 260 16 0 23 17 147 44 115
Binary 10111100 11011010 10110000 1110 0 10011 1111 1100111 100100 1001101

Color Harmonies of #BCDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAB0

Black with #BCDAB0

Text Example


Text Example

White with #BCDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAB0; }

 p { color: rgb(188,218,176); }

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

background-color css

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

 a { background-color: rgb(188,218,176); }

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

border-color css

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

 span { border-color: rgb(188,218,176); }

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