Html Css Color HEX #BCFBAF Madang

📋 copy color: '#BCFBAF'

red 188 ◦ green 251 ◦ blue 175

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

Shades of Madang #BCFBAF

Tints of Madang #BCFBAF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.88%

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

R = 30.62%
G = 40.88%
B = 28.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#BCFBAF (or 0xBCFBAF) is known color: Madang. HEX triplet: BC, FB and AF. RGB value is (188,251,175). Sum of RGB (Red+Green+Blue) = 188+251+175=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBAF is #430450. Grayscale: #DFDFDF. Windows color (decimal): -4392017 or 11533244. OLE color: 11533244.

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

Color convert

RGB 188 251 175 -
CMYK 0.25 0 0.30 0.02
HSL 109.74º 0.9% 0.84% -
HSV(B) 109.74º 0.3% 0.98% -
XYZ 62.97 82.78 53.22 -
YUV 223.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 188 251 175 0.25 0 0.30 0.02 109.74 0.9 0.84
Hex BC FB AF 19 0 1E 2 6E 5A 54
Octal 274 373 257 31 0 36 2 156 132 124
Binary 10111100 11111011 10101111 11001 0 11110 10 1101110 1011010 1010100

Color Harmonies of #BCFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBAF

Black with #BCFBAF

Text Example


Text Example

White with #BCFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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