Html Css Color HEX #BCF4AF Madang

📋 copy color: '#BCF4AF'

red 188 ◦ green 244 ◦ blue 175

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

Shades of Madang #BCF4AF

Tints of Madang #BCF4AF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.2%

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

R = 30.97%
G = 40.2%
B = 28.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#BCF4AF (or 0xBCF4AF) is known color: Madang. HEX triplet: BC, F4 and AF. RGB value is (188,244,175). Sum of RGB (Red+Green+Blue) = 188+244+175=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF4AF is #430B50. Grayscale: #DBDBDB. Windows color (decimal): -4393809 or 11531452. OLE color: 11531452.

HSL color Cylindrical-coordinate representation of color #BCF4AF: hue angle of 108.7º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCF4AF is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 175 -
CMYK 0.23 0 0.28 0.04
HSL 108.7º 0.76% 0.82% -
HSV(B) 108.7º 0.28% 0.96% -
XYZ 60.83 78.49 52.5 -
YUV 219.39 102.95 105.61 -
System Red Green Blue C M Y K H S L
Decimal 188 244 175 0.23 0 0.28 0.04 108.7 0.76 0.82
Hex BC F4 AF 17 0 1C 4 6D 4C 52
Octal 274 364 257 27 0 34 4 155 114 122
Binary 10111100 11110100 10101111 10111 0 11100 100 1101101 1001100 1010010

Color Harmonies of #BCF4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF4AF

Black with #BCF4AF

Text Example


Text Example

White with #BCF4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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