Html Css Color HEX #BCFAAF Madang

📋 copy color: '#BCFAAF'

red 188 ◦ green 250 ◦ blue 175

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

Shades of Madang #BCFAAF

Tints of Madang #BCFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.78%

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

R = 30.67%
G = 40.78%
B = 28.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#BCFAAF (or 0xBCFAAF) is known color: Madang. HEX triplet: BC, FA and AF. RGB value is (188,250,175). Sum of RGB (Red+Green+Blue) = 188+250+175=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAAF is #430550. Grayscale: #DFDFDF. Windows color (decimal): -4392273 or 11532988. OLE color: 11532988.

HSL color Cylindrical-coordinate representation of color #BCFAAF: hue angle of 109.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCFAAF is Cyan = 0.25, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 175 -
CMYK 0.25 0 0.3 0.02
HSL 109.6º 0.88% 0.83% -
HSV(B) 109.6º 0.3% 0.98% -
XYZ 62.66 82.16 53.11 -
YUV 222.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 188 250 175 0.25 0 0.3 0.02 109.6 0.88 0.83
Hex BC FA AF 19 0 1E 2 6E 58 53
Octal 274 372 257 31 0 36 2 156 130 123
Binary 10111100 11111010 10101111 11001 0 11110 10 1101110 1011000 1010011

Color Harmonies of #BCFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAAF

Black with #BCFAAF

Text Example


Text Example

White with #BCFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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