Html Css Color HEX #BCDBAE Madang

📋 copy color: '#BCDBAE'

red 188 ◦ green 219 ◦ blue 174

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

Shades of Madang #BCDBAE

Tints of Madang #BCDBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

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

R = 32.36%
G = 37.69%
B = 29.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#BCDBAE (or 0xBCDBAE) is known color: Madang. HEX triplet: BC, DB and AE. RGB value is (188,219,174). Sum of RGB (Red+Green+Blue) = 188+219+174=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAE is #432451. Grayscale: #CCCCCC. Windows color (decimal): -4400210 or 11459516. OLE color: 11459516.

HSL color Cylindrical-coordinate representation of color #BCDBAE: hue angle of 101.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDBAE is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 174 -
CMYK 0.14 0 0.21 0.14
HSL 101.33º 0.38% 0.77% -
HSV(B) 101.33º 0.21% 0.86% -
XYZ 53.71 64.41 49.65 -
YUV 204.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 188 219 174 0.14 0 0.21 0.14 101.33 0.38 0.77
Hex BC DB AE E 0 15 E 65 26 4D
Octal 274 333 256 16 0 25 16 145 46 115
Binary 10111100 11011011 10101110 1110 0 10101 1110 1100101 100110 1001101

Color Harmonies of #BCDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBAE

Black with #BCDBAE

Text Example


Text Example

White with #BCDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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