Html Css Color HEX #BDD180 Caper

📋 copy color: '#BDD180'

red 189 ◦ green 209 ◦ blue 128

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

Shades of Caper #BDD180

Tints of Caper #BDD180

RGB

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

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

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

R = 35.93%
G = 39.73%
B = 24.33%

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

#BDD180 (or 0xBDD180) is known color: Caper. HEX triplet: BD, D1 and 80. RGB value is (189,209,128). Sum of RGB (Red+Green+Blue) = 189+209+128=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD180 is #422E7F. Grayscale: #C2C2C2. Windows color (decimal): -4337280 or 8442301. OLE color: 8442301.

HSL color Cylindrical-coordinate representation of color #BDD180: hue angle of 74.81º 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 #BDD180 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 128 -
CMYK 0.10 0 0.39 0.18
HSL 74.81º 0.47% 0.66% -
HSV(B) 74.81º 0.39% 0.82% -
XYZ 47.68 57.98 29.1 -
YUV 193.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 189 209 128 0.10 0 0.39 0.18 74.81 0.47 0.66
Hex BD D1 80 A 0 27 12 4B 2F 42
Octal 275 321 200 12 0 47 22 113 57 102
Binary 10111101 11010001 10000000 1010 0 100111 10010 1001011 101111 1000010

Color Harmonies of #BDD180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD180

Black with #BDD180

Text Example


Text Example

White with #BDD180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD180; }

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

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

background-color css

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

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

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

border-color css

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

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

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