Html Css Color HEX #BDD382 Caper

📋 copy color: '#BDD382'

red 189 ◦ green 211 ◦ blue 130

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

Shades of Caper #BDD382

Tints of Caper #BDD382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.81%

 BLUE value IS 130 (51.17% from 255) = 24.53%

R = 35.66%
G = 39.81%
B = 24.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#BDD382 (or 0xBDD382) is known color: Caper. HEX triplet: BD, D3 and 82. RGB value is (189,211,130). Sum of RGB (Red+Green+Blue) = 189+211+130=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD382 is #422C7D. Grayscale: #C3C3C3. Windows color (decimal): -4336766 or 8573885. OLE color: 8573885.

HSL color Cylindrical-coordinate representation of color #BDD382: hue angle of 76.3º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD382 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 130 -
CMYK 0.10 0 0.38 0.17
HSL 76.3º 0.48% 0.67% -
HSV(B) 76.3º 0.38% 0.83% -
XYZ 48.31 59.02 29.96 -
YUV 195.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 189 211 130 0.10 0 0.38 0.17 76.3 0.48 0.67
Hex BD D3 82 A 0 26 11 4C 30 43
Octal 275 323 202 12 0 46 21 114 60 103
Binary 10111101 11010011 10000010 1010 0 100110 10001 1001100 110000 1000011

Color Harmonies of #BDD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD382

Black with #BDD382

Text Example


Text Example

White with #BDD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD382; }

 p { color: rgb(189,211,130); }

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

background-color css

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

 a { background-color: rgb(189,211,130); }

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

border-color css

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

 span { border-color: rgb(189,211,130); }

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