Html Css Color HEX #BCFDAF Madang

📋 copy color: '#BCFDAF'

red 188 ◦ green 253 ◦ blue 175

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

Shades of Madang #BCFDAF

Tints of Madang #BCFDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.07%

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

R = 30.52%
G = 41.07%
B = 28.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#BCFDAF (or 0xBCFDAF) is known color: Madang. HEX triplet: BC, FD and AF. RGB value is (188,253,175). Sum of RGB (Red+Green+Blue) = 188+253+175=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFDAF is #430250. Grayscale: #E0E0E0. Windows color (decimal): -4391505 or 11533756. OLE color: 11533756.

HSL color Cylindrical-coordinate representation of color #BCFDAF: hue angle of 110º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFDAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 175 -
CMYK 0.26 0 0.31 0.01
HSL 110º 0.95% 0.84% -
HSV(B) 110º 0.31% 0.99% -
XYZ 63.6 84.04 53.43 -
YUV 224.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 188 253 175 0.26 0 0.31 0.01 110 0.95 0.84
Hex BC FD AF 1A 0 1F 1 6E 5F 54
Octal 274 375 257 32 0 37 1 156 137 124
Binary 10111100 11111101 10101111 11010 0 11111 1 1101110 1011111 1010100

Color Harmonies of #BCFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDAF

Black with #BCFDAF

Text Example


Text Example

White with #BCFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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