Html Css Color HEX #BDD17C Caper

📋 copy color: '#BDD17C'

red 189 ◦ green 209 ◦ blue 124

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

Shades of Caper #BDD17C

Tints of Caper #BDD17C

RGB

 RED value IS 189 (74.22% from 255) = 36.21%

 GREEN value IS 209 (82.03% from 255) = 40.04%

 BLUE value IS 124 (48.83% from 255) = 23.75%

R = 36.21%
G = 40.04%
B = 23.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#BDD17C (or 0xBDD17C) is known color: Caper. HEX triplet: BD, D1 and 7C. RGB value is (189,209,124). Sum of RGB (Red+Green+Blue) = 189+209+124=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD17C is #422E83. Grayscale: #C1C1C1. Windows color (decimal): -4337284 or 8180157. OLE color: 8180157.

HSL color Cylindrical-coordinate representation of color #BDD17C: hue angle of 74.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD17C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 124 -
CMYK 0.10 0 0.41 0.18
HSL 74.12º 0.48% 0.65% -
HSV(B) 74.12º 0.41% 0.82% -
XYZ 47.42 57.87 27.74 -
YUV 193.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 189 209 124 0.10 0 0.41 0.18 74.12 0.48 0.65
Hex BD D1 7C A 0 29 12 4A 30 41
Octal 275 321 174 12 0 51 22 112 60 101
Binary 10111101 11010001 1111100 1010 0 101001 10010 1001010 110000 1000001

Color Harmonies of #BDD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD17C

Black with #BDD17C

Text Example


Text Example

White with #BDD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD17C; }

 p { color: rgb(189,209,124); }

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

background-color css

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

 a { background-color: rgb(189,209,124); }

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

border-color css

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

 span { border-color: rgb(189,209,124); }

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