Html Css Color HEX #BCF2AD Madang

📋 copy color: '#BCF2AD'

red 188 ◦ green 242 ◦ blue 173

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

Shades of Madang #BCF2AD

Tints of Madang #BCF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

 BLUE value IS 173 (67.97% from 255) = 28.69%

R = 31.18%
G = 40.13%
B = 28.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#BCF2AD (or 0xBCF2AD) is known color: Madang. HEX triplet: BC, F2 and AD. RGB value is (188,242,173). Sum of RGB (Red+Green+Blue) = 188+242+173=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2AD is #430D52. Grayscale: #DADADA. Windows color (decimal): -4394323 or 11399868. OLE color: 11399868.

HSL color Cylindrical-coordinate representation of color #BCF2AD: hue angle of 106.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCF2AD is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 173 -
CMYK 0.22 0 0.29 0.05
HSL 106.96º 0.73% 0.81% -
HSV(B) 106.96º 0.29% 0.95% -
XYZ 60.03 77.21 51.27 -
YUV 217.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 188 242 173 0.22 0 0.29 0.05 106.96 0.73 0.81
Hex BC F2 AD 16 0 1D 5 6B 49 51
Octal 274 362 255 26 0 35 5 153 111 121
Binary 10111100 11110010 10101101 10110 0 11101 101 1101011 1001001 1010001

Color Harmonies of #BCF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2AD

Black with #BCF2AD

Text Example


Text Example

White with #BCF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2AD; }

 p { color: rgb(188,242,173); }

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

background-color css

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

 a { background-color: rgb(188,242,173); }

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

border-color css

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

 span { border-color: rgb(188,242,173); }

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