Html Css Color HEX #BCDAAE Madang

📋 copy color: '#BCDAAE'

red 188 ◦ green 218 ◦ blue 174

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

Shades of Madang #BCDAAE

Tints of Madang #BCDAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30%

R = 32.41%
G = 37.59%
B = 30%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BCDAAE (or 0xBCDAAE) is known color: Madang. HEX triplet: BC, DA and AE. RGB value is (188,218,174). Sum of RGB (Red+Green+Blue) = 188+218+174=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAE is #432551. Grayscale: #CCCCCC. Windows color (decimal): -4400466 or 11459260. OLE color: 11459260.

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

Color convert

RGB 188 218 174 -
CMYK 0.14 0 0.20 0.15
HSL 100.91º 0.37% 0.77% -
HSV(B) 100.91º 0.2% 0.85% -
XYZ 53.45 63.89 49.56 -
YUV 204.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 188 218 174 0.14 0 0.20 0.15 100.91 0.37 0.77
Hex BC DA AE E 0 14 F 65 25 4D
Octal 274 332 256 16 0 24 17 145 45 115
Binary 10111100 11011010 10101110 1110 0 10100 1111 1100101 100101 1001101

Color Harmonies of #BCDAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAAE

Black with #BCDAAE

Text Example


Text Example

White with #BCDAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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