Html Css Color HEX #BCFAB6 Madang

📋 copy color: '#BCFAB6'

red 188 ◦ green 250 ◦ blue 182

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

Shades of Madang #BCFAB6

Tints of Madang #BCFAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.35%

R = 30.32%
G = 40.32%
B = 29.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#BCFAB6 (or 0xBCFAB6) is known color: Madang. HEX triplet: BC, FA and B6. RGB value is (188,250,182). Sum of RGB (Red+Green+Blue) = 188+250+182=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAB6 is #430549. Grayscale: #DFDFDF. Windows color (decimal): -4392266 or 11991740. OLE color: 11991740.

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

Color convert

RGB 188 250 182 -
CMYK 0.25 0 0.27 0.02
HSL 114.71º 0.87% 0.85% -
HSV(B) 114.71º 0.27% 0.98% -
XYZ 63.37 82.44 56.83 -
YUV 223.71 104.46 102.53 -
System Red Green Blue C M Y K H S L
Decimal 188 250 182 0.25 0 0.27 0.02 114.71 0.87 0.85
Hex BC FA B6 19 0 1B 2 73 57 55
Octal 274 372 266 31 0 33 2 163 127 125
Binary 10111100 11111010 10110110 11001 0 11011 10 1110011 1010111 1010101

Color Harmonies of #BCFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAB6

Black with #BCFAB6

Text Example


Text Example

White with #BCFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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