Html Css Color HEX #BCDFB0 Madang

📋 copy color: '#BCDFB0'

red 188 ◦ green 223 ◦ blue 176

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

Shades of Madang #BCDFB0

Tints of Madang #BCDFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.99%

 BLUE value IS 176 (69.14% from 255) = 29.98%

R = 32.03%
G = 37.99%
B = 29.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BCDFB0 (or 0xBCDFB0) is known color: Madang. HEX triplet: BC, DF and B0. RGB value is (188,223,176). Sum of RGB (Red+Green+Blue) = 188+223+176=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFB0 is #43204F. Grayscale: #CFCFCF. Windows color (decimal): -4399184 or 11591612. OLE color: 11591612.

HSL color Cylindrical-coordinate representation of color #BCDFB0: hue angle of 104.68º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDFB0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 176 -
CMYK 0.16 0 0.21 0.13
HSL 104.68º 0.42% 0.78% -
HSV(B) 104.68º 0.21% 0.87% -
XYZ 54.96 66.6 51.03 -
YUV 207.18 110.4 114.32 -
System Red Green Blue C M Y K H S L
Decimal 188 223 176 0.16 0 0.21 0.13 104.68 0.42 0.78
Hex BC DF B0 10 0 15 D 69 2A 4E
Octal 274 337 260 20 0 25 15 151 52 116
Binary 10111100 11011111 10110000 10000 0 10101 1101 1101001 101010 1001110

Color Harmonies of #BCDFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFB0

Black with #BCDFB0

Text Example


Text Example

White with #BCDFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFB0; }

 p { color: rgb(188,223,176); }

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

background-color css

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

 a { background-color: rgb(188,223,176); }

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

border-color css

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

 span { border-color: rgb(188,223,176); }

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