Html Css Color HEX #BDD185 Caper

📋 copy color: '#BDD185'

red 189 ◦ green 209 ◦ blue 133

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

Shades of Caper #BDD185

Tints of Caper #BDD185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 35.59%
G = 39.36%
B = 25.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#BDD185 (or 0xBDD185) is known color: Caper. HEX triplet: BD, D1 and 85. RGB value is (189,209,133). Sum of RGB (Red+Green+Blue) = 189+209+133=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD185 is #422E7A. Grayscale: #C2C2C2. Windows color (decimal): -4337275 or 8769981. OLE color: 8769981.

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

Color convert

RGB 189 209 133 -
CMYK 0.10 0 0.36 0.18
HSL 75.79º 0.45% 0.67% -
HSV(B) 75.79º 0.36% 0.82% -
XYZ 48.02 58.11 30.88 -
YUV 194.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 189 209 133 0.10 0 0.36 0.18 75.79 0.45 0.67
Hex BD D1 85 A 0 24 12 4C 2D 43
Octal 275 321 205 12 0 44 22 114 55 103
Binary 10111101 11010001 10000101 1010 0 100100 10010 1001100 101101 1000011

Color Harmonies of #BDD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD185

Black with #BDD185

Text Example


Text Example

White with #BDD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD185; }

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

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

background-color css

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

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

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

border-color css

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

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

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