Html Css Color HEX #BCDBA8 Madang

📋 copy color: '#BCDBA8'

red 188 ◦ green 219 ◦ blue 168

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

Shades of Madang #BCDBA8

Tints of Madang #BCDBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.09%

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

R = 32.7%
G = 38.09%
B = 29.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#BCDBA8 (or 0xBCDBA8) is known color: Madang. HEX triplet: BC, DB and A8. RGB value is (188,219,168). Sum of RGB (Red+Green+Blue) = 188+219+168=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBA8 is #432457. Grayscale: #CCCCCC. Windows color (decimal): -4400216 or 11066300. OLE color: 11066300.

HSL color Cylindrical-coordinate representation of color #BCDBA8: hue angle of 96.47º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDBA8 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 168 -
CMYK 0.14 0 0.23 0.14
HSL 96.47º 0.41% 0.76% -
HSV(B) 96.47º 0.23% 0.86% -
XYZ 53.14 64.18 46.63 -
YUV 203.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 188 219 168 0.14 0 0.23 0.14 96.47 0.41 0.76
Hex BC DB A8 E 0 17 E 60 29 4C
Octal 274 333 250 16 0 27 16 140 51 114
Binary 10111100 11011011 10101000 1110 0 10111 1110 1100000 101001 1001100

Color Harmonies of #BCDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBA8

Black with #BCDBA8

Text Example


Text Example

White with #BCDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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