Html Css Color HEX #BCF6AF Madang

📋 copy color: '#BCF6AF'

red 188 ◦ green 246 ◦ blue 175

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

Shades of Madang #BCF6AF

Tints of Madang #BCF6AF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.39%

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

R = 30.87%
G = 40.39%
B = 28.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#BCF6AF (or 0xBCF6AF) is known color: Madang. HEX triplet: BC, F6 and AF. RGB value is (188,246,175). Sum of RGB (Red+Green+Blue) = 188+246+175=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF6AF is #430950. Grayscale: #DCDCDC. Windows color (decimal): -4393297 or 11531964. OLE color: 11531964.

HSL color Cylindrical-coordinate representation of color #BCF6AF: hue angle of 109.01º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCF6AF is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 175 -
CMYK 0.24 0 0.29 0.04
HSL 109.01º 0.8% 0.83% -
HSV(B) 109.01º 0.29% 0.96% -
XYZ 61.43 79.7 52.7 -
YUV 220.56 102.28 104.77 -
System Red Green Blue C M Y K H S L
Decimal 188 246 175 0.24 0 0.29 0.04 109.01 0.8 0.83
Hex BC F6 AF 18 0 1D 4 6D 50 53
Octal 274 366 257 30 0 35 4 155 120 123
Binary 10111100 11110110 10101111 11000 0 11101 100 1101101 1010000 1010011

Color Harmonies of #BCF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6AF

Black with #BCF6AF

Text Example


Text Example

White with #BCF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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