Html Css Color HEX #BCF0AF Madang

📋 copy color: '#BCF0AF'

red 188 ◦ green 240 ◦ blue 175

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

Shades of Madang #BCF0AF

Tints of Madang #BCF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.8%

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

R = 31.18%
G = 39.8%
B = 29.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#BCF0AF (or 0xBCF0AF) is known color: Madang. HEX triplet: BC, F0 and AF. RGB value is (188,240,175). Sum of RGB (Red+Green+Blue) = 188+240+175=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0AF is #430F50. Grayscale: #D9D9D9. Windows color (decimal): -4394833 or 11530428. OLE color: 11530428.

HSL color Cylindrical-coordinate representation of color #BCF0AF: hue angle of 108º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF0AF is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 175 -
CMYK 0.22 0 0.27 0.06
HSL 108º 0.68% 0.81% -
HSV(B) 108º 0.27% 0.94% -
XYZ 59.64 76.11 52.1 -
YUV 217.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 188 240 175 0.22 0 0.27 0.06 108 0.68 0.81
Hex BC F0 AF 16 0 1B 6 6C 44 51
Octal 274 360 257 26 0 33 6 154 104 121
Binary 10111100 11110000 10101111 10110 0 11011 110 1101100 1000100 1010001

Color Harmonies of #BCF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0AF

Black with #BCF0AF

Text Example


Text Example

White with #BCF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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