Html Css Color HEX #BCFEAF Madang

📋 copy color: '#BCFEAF'

red 188 ◦ green 254 ◦ blue 175

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

Shades of Madang #BCFEAF

Tints of Madang #BCFEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.17%

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

R = 30.47%
G = 41.17%
B = 28.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#BCFEAF (or 0xBCFEAF) is known color: Madang. HEX triplet: BC, FE and AF. RGB value is (188,254,175). Sum of RGB (Red+Green+Blue) = 188+254+175=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEAF is #430150. Grayscale: #E1E1E1. Windows color (decimal): -4391249 or 11534012. OLE color: 11534012.

HSL color Cylindrical-coordinate representation of color #BCFEAF: hue angle of 110.13º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFEAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 175 -
CMYK 0.26 0 0.31 0.00
HSL 110.13º 0.98% 0.84% -
HSV(B) 110.13º 0.31% 1% -
XYZ 63.92 84.67 53.53 -
YUV 225.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 188 254 175 0.26 0 0.31 0.00 110.13 0.98 0.84
Hex BC FE AF 1A 0 1F 0 6E 62 54
Octal 274 376 257 32 0 37 0 156 142 124
Binary 10111100 11111110 10101111 11010 0 11111 0 1101110 1100010 1010100

Color Harmonies of #BCFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEAF

Black with #BCFEAF

Text Example


Text Example

White with #BCFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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