Html Css Color HEX #BCF2B7 Madang

📋 copy color: '#BCF2B7'

red 188 ◦ green 242 ◦ blue 183

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

Shades of Madang #BCF2B7

Tints of Madang #BCF2B7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 30.67%
G = 39.48%
B = 29.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#BCF2B7 (or 0xBCF2B7) is known color: Madang. HEX triplet: BC, F2 and B7. RGB value is (188,242,183). Sum of RGB (Red+Green+Blue) = 188+242+183=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2B7 is #430D48. Grayscale: #DBDBDB. Windows color (decimal): -4394313 or 12055228. OLE color: 12055228.

HSL color Cylindrical-coordinate representation of color #BCF2B7: hue angle of 114.92º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF2B7 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 183 -
CMYK 0.22 0 0.24 0.05
HSL 114.92º 0.69% 0.83% -
HSV(B) 114.92º 0.24% 0.95% -
XYZ 61.04 77.61 56.56 -
YUV 219.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 188 242 183 0.22 0 0.24 0.05 114.92 0.69 0.83
Hex BC F2 B7 16 0 18 5 73 45 53
Octal 274 362 267 26 0 30 5 163 105 123
Binary 10111100 11110010 10110111 10110 0 11000 101 1110011 1000101 1010011

Color Harmonies of #BCF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2B7

Black with #BCF2B7

Text Example


Text Example

White with #BCF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2B7; }

 p { color: rgb(188,242,183); }

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

background-color css

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

 a { background-color: rgb(188,242,183); }

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

border-color css

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

 span { border-color: rgb(188,242,183); }

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