Html Css Color HEX #BCECA0 Madang

📋 copy color: '#BCECA0'

red 188 ◦ green 236 ◦ blue 160

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

Shades of Madang #BCECA0

Tints of Madang #BCECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.41%

 BLUE value IS 160 (62.89% from 255) = 27.4%

R = 32.19%
G = 40.41%
B = 27.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#BCECA0 (or 0xBCECA0) is known color: Madang. HEX triplet: BC, EC and A0. RGB value is (188,236,160). Sum of RGB (Red+Green+Blue) = 188+236+160=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECA0 is #43135F. Grayscale: #D5D5D5. Windows color (decimal): -4395872 or 10546364. OLE color: 10546364.

HSL color Cylindrical-coordinate representation of color #BCECA0: hue angle of 97.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCECA0 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 160 -
CMYK 0.20 0 0.32 0.07
HSL 97.89º 0.67% 0.78% -
HSV(B) 97.89º 0.32% 0.93% -
XYZ 57.08 73.22 44.38 -
YUV 212.98 98.1 110.18 -
System Red Green Blue C M Y K H S L
Decimal 188 236 160 0.20 0 0.32 0.07 97.89 0.67 0.78
Hex BC EC A0 14 0 20 7 62 43 4E
Octal 274 354 240 24 0 40 7 142 103 116
Binary 10111100 11101100 10100000 10100 0 100000 111 1100010 1000011 1001110

Color Harmonies of #BCECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECA0

Black with #BCECA0

Text Example


Text Example

White with #BCECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECA0; }

 p { color: rgb(188,236,160); }

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

background-color css

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

 a { background-color: rgb(188,236,160); }

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

border-color css

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

 span { border-color: rgb(188,236,160); }

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