Html Css Color HEX #BDD17F Caper

📋 copy color: '#BDD17F'

red 189 ◦ green 209 ◦ blue 127

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

Shades of Caper #BDD17F

Tints of Caper #BDD17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.19%

R = 36%
G = 39.81%
B = 24.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#BDD17F (or 0xBDD17F) is known color: Caper. HEX triplet: BD, D1 and 7F. RGB value is (189,209,127). Sum of RGB (Red+Green+Blue) = 189+209+127=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD17F is #422E80. Grayscale: #C1C1C1. Windows color (decimal): -4337281 or 8376765. OLE color: 8376765.

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

Color convert

RGB 189 209 127 -
CMYK 0.10 0 0.39 0.18
HSL 74.63º 0.47% 0.66% -
HSV(B) 74.63º 0.39% 0.82% -
XYZ 47.62 57.95 28.75 -
YUV 193.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 189 209 127 0.10 0 0.39 0.18 74.63 0.47 0.66
Hex BD D1 7F A 0 27 12 4B 2F 42
Octal 275 321 177 12 0 47 22 113 57 102
Binary 10111101 11010001 1111111 1010 0 100111 10010 1001011 101111 1000010

Color Harmonies of #BDD17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD17F

Black with #BDD17F

Text Example


Text Example

White with #BDD17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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