Html Css Color HEX #BCDAAB Madang

📋 copy color: '#BCDAAB'

red 188 ◦ green 218 ◦ blue 171

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

Shades of Madang #BCDAAB

Tints of Madang #BCDAAB

RGB

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

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

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

R = 32.58%
G = 37.78%
B = 29.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#BCDAAB (or 0xBCDAAB) is known color: Madang. HEX triplet: BC, DA and AB. RGB value is (188,218,171). Sum of RGB (Red+Green+Blue) = 188+218+171=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAB is #432554. Grayscale: #CBCBCB. Windows color (decimal): -4400469 or 11262652. OLE color: 11262652.

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

Color convert

RGB 188 218 171 -
CMYK 0.14 0 0.22 0.15
HSL 98.3º 0.39% 0.76% -
HSV(B) 98.3º 0.22% 0.85% -
XYZ 53.16 63.77 48.04 -
YUV 203.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 188 218 171 0.14 0 0.22 0.15 98.3 0.39 0.76
Hex BC DA AB E 0 16 F 62 27 4C
Octal 274 332 253 16 0 26 17 142 47 114
Binary 10111100 11011010 10101011 1110 0 10110 1111 1100010 100111 1001100

Color Harmonies of #BCDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAAB

Black with #BCDAAB

Text Example


Text Example

White with #BCDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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