Html Css Color HEX #BCDEA5 Madang

📋 copy color: '#BCDEA5'

red 188 ◦ green 222 ◦ blue 165

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

Shades of Madang #BCDEA5

Tints of Madang #BCDEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.61%

 BLUE value IS 165 (64.84% from 255) = 28.7%

R = 32.7%
G = 38.61%
B = 28.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BCDEA5 (or 0xBCDEA5) is known color: Madang. HEX triplet: BC, DE and A5. RGB value is (188,222,165). Sum of RGB (Red+Green+Blue) = 188+222+165=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEA5 is #43215A. Grayscale: #CDCDCD. Windows color (decimal): -4399451 or 10870460. OLE color: 10870460.

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

Color convert

RGB 188 222 165 -
CMYK 0.15 0 0.26 0.13
HSL 95.79º 0.46% 0.76% -
HSV(B) 95.79º 0.26% 0.87% -
XYZ 53.65 65.65 45.44 -
YUV 205.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 188 222 165 0.15 0 0.26 0.13 95.79 0.46 0.76
Hex BC DE A5 F 0 1A D 60 2E 4C
Octal 274 336 245 17 0 32 15 140 56 114
Binary 10111100 11011110 10100101 1111 0 11010 1101 1100000 101110 1001100

Color Harmonies of #BCDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEA5

Black with #BCDEA5

Text Example


Text Example

White with #BCDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEA5; }

 p { color: rgb(188,222,165); }

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

background-color css

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

 a { background-color: rgb(188,222,165); }

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

border-color css

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

 span { border-color: rgb(188,222,165); }

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