Html Css Color HEX #BCE0AF Madang

📋 copy color: '#BCE0AF'

red 188 ◦ green 224 ◦ blue 175

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

Shades of Madang #BCE0AF

Tints of Madang #BCE0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.81%

R = 32.03%
G = 38.16%
B = 29.81%

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

#BCE0AF (or 0xBCE0AF) is known color: Madang. HEX triplet: BC, E0 and AF. RGB value is (188,224,175). Sum of RGB (Red+Green+Blue) = 188+224+175=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE0AF is #431F50. Grayscale: #CFCFCF. Windows color (decimal): -4398929 or 11526332. OLE color: 11526332.

HSL color Cylindrical-coordinate representation of color #BCE0AF: hue angle of 104.08º degrees, saturation: 0.44, 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 #BCE0AF is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 175 -
CMYK 0.16 0 0.22 0.12
HSL 104.08º 0.44% 0.78% -
HSV(B) 104.08º 0.22% 0.88% -
XYZ 55.13 67.1 50.6 -
YUV 207.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 188 224 175 0.16 0 0.22 0.12 104.08 0.44 0.78
Hex BC E0 AF 10 0 16 C 68 2C 4E
Octal 274 340 257 20 0 26 14 150 54 116
Binary 10111100 11100000 10101111 10000 0 10110 1100 1101000 101100 1001110

Color Harmonies of #BCE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0AF

Black with #BCE0AF

Text Example


Text Example

White with #BCE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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