Html Css Color HEX #BDD380 Caper

📋 copy color: '#BDD380'

red 189 ◦ green 211 ◦ blue 128

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

Shades of Caper #BDD380

Tints of Caper #BDD380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.24%

R = 35.8%
G = 39.96%
B = 24.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#BDD380 (or 0xBDD380) is known color: Caper. HEX triplet: BD, D3 and 80. RGB value is (189,211,128). Sum of RGB (Red+Green+Blue) = 189+211+128=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD380 is #422C7F. Grayscale: #C3C3C3. Windows color (decimal): -4336768 or 8442813. OLE color: 8442813.

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

Color convert

RGB 189 211 128 -
CMYK 0.10 0 0.39 0.17
HSL 75.9º 0.49% 0.66% -
HSV(B) 75.9º 0.39% 0.83% -
XYZ 48.18 58.97 29.26 -
YUV 194.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 189 211 128 0.10 0 0.39 0.17 75.9 0.49 0.66
Hex BD D3 80 A 0 27 11 4C 31 42
Octal 275 323 200 12 0 47 21 114 61 102
Binary 10111101 11010011 10000000 1010 0 100111 10001 1001100 110001 1000010

Color Harmonies of #BDD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD380

Black with #BDD380

Text Example


Text Example

White with #BDD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD380; }

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

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

background-color css

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

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

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

border-color css

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

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

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