Html Css Color HEX #BCE0AE Madang

📋 copy color: '#BCE0AE'

red 188 ◦ green 224 ◦ blue 174

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

Shades of Madang #BCE0AE

Tints of Madang #BCE0AE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

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

R = 32.08%
G = 38.23%
B = 29.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#BCE0AE (or 0xBCE0AE) is known color: Madang. HEX triplet: BC, E0 and AE. RGB value is (188,224,174). Sum of RGB (Red+Green+Blue) = 188+224+174=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE0AE is #431F51. Grayscale: #CFCFCF. Windows color (decimal): -4398930 or 11460796. OLE color: 11460796.

HSL color Cylindrical-coordinate representation of color #BCE0AE: hue angle of 103.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE0AE is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 174 -
CMYK 0.16 0 0.22 0.12
HSL 103.2º 0.45% 0.78% -
HSV(B) 103.2º 0.22% 0.88% -
XYZ 55.03 67.06 50.09 -
YUV 207.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 188 224 174 0.16 0 0.22 0.12 103.2 0.45 0.78
Hex BC E0 AE 10 0 16 C 67 2D 4E
Octal 274 340 256 20 0 26 14 147 55 116
Binary 10111100 11100000 10101110 10000 0 10110 1100 1100111 101101 1001110

Color Harmonies of #BCE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0AE

Black with #BCE0AE

Text Example


Text Example

White with #BCE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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