Html Css Color HEX #BCDFA8 Madang

📋 copy color: '#BCDFA8'

red 188 ◦ green 223 ◦ blue 168

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

Shades of Madang #BCDFA8

Tints of Madang #BCDFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 32.47%
G = 38.51%
B = 29.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BCDFA8 (or 0xBCDFA8) is known color: Madang. HEX triplet: BC, DF and A8. RGB value is (188,223,168). Sum of RGB (Red+Green+Blue) = 188+223+168=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDFA8 is #432057. Grayscale: #CECECE. Windows color (decimal): -4399192 or 11067324. OLE color: 11067324.

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

Color convert

RGB 188 223 168 -
CMYK 0.16 0 0.25 0.13
HSL 98.18º 0.46% 0.77% -
HSV(B) 98.18º 0.25% 0.87% -
XYZ 54.19 66.29 46.99 -
YUV 206.27 106.4 114.97 -
System Red Green Blue C M Y K H S L
Decimal 188 223 168 0.16 0 0.25 0.13 98.18 0.46 0.77
Hex BC DF A8 10 0 19 D 62 2E 4D
Octal 274 337 250 20 0 31 15 142 56 115
Binary 10111100 11011111 10101000 10000 0 11001 1101 1100010 101110 1001101

Color Harmonies of #BCDFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFA8

Black with #BCDFA8

Text Example


Text Example

White with #BCDFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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