Html Css Color HEX #BCF5B2 Madang

📋 copy color: '#BCF5B2'

red 188 ◦ green 245 ◦ blue 178

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

Shades of Madang #BCF5B2

Tints of Madang #BCF5B2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.1%

 BLUE value IS 178 (69.92% from 255) = 29.13%

R = 30.77%
G = 40.1%
B = 29.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#BCF5B2 (or 0xBCF5B2) is known color: Madang. HEX triplet: BC, F5 and B2. RGB value is (188,245,178). Sum of RGB (Red+Green+Blue) = 188+245+178=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF5B2 is #430A4D. Grayscale: #DCDCDC. Windows color (decimal): -4393550 or 11728316. OLE color: 11728316.

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

Color convert

RGB 188 245 178 -
CMYK 0.23 0 0.27 0.04
HSL 111.04º 0.77% 0.83% -
HSV(B) 111.04º 0.27% 0.96% -
XYZ 61.43 79.21 54.17 -
YUV 220.32 104.12 104.95 -
System Red Green Blue C M Y K H S L
Decimal 188 245 178 0.23 0 0.27 0.04 111.04 0.77 0.83
Hex BC F5 B2 17 0 1B 4 6F 4D 53
Octal 274 365 262 27 0 33 4 157 115 123
Binary 10111100 11110101 10110010 10111 0 11011 100 1101111 1001101 1010011

Color Harmonies of #BCF5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5B2

Black with #BCF5B2

Text Example


Text Example

White with #BCF5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5B2; }

 p { color: rgb(188,245,178); }

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

background-color css

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

 a { background-color: rgb(188,245,178); }

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

border-color css

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

 span { border-color: rgb(188,245,178); }

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