Html Css Color HEX #BDD486 Caper

📋 copy color: '#BDD486'

red 189 ◦ green 212 ◦ blue 134

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

Shades of Caper #BDD486

Tints of Caper #BDD486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.63%

 BLUE value IS 134 (52.73% from 255) = 25.05%

R = 35.33%
G = 39.63%
B = 25.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#BDD486 (or 0xBDD486) is known color: Caper. HEX triplet: BD, D4 and 86. RGB value is (189,212,134). Sum of RGB (Red+Green+Blue) = 189+212+134=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD486 is #422B79. Grayscale: #C4C4C4. Windows color (decimal): -4336506 or 8836285. OLE color: 8836285.

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

Color convert

RGB 189 212 134 -
CMYK 0.11 0 0.37 0.17
HSL 77.69º 0.48% 0.68% -
HSV(B) 77.69º 0.37% 0.83% -
XYZ 48.83 59.63 31.49 -
YUV 196.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 189 212 134 0.11 0 0.37 0.17 77.69 0.48 0.68
Hex BD D4 86 B 0 25 11 4E 30 44
Octal 275 324 206 13 0 45 21 116 60 104
Binary 10111101 11010100 10000110 1011 0 100101 10001 1001110 110000 1000100

Color Harmonies of #BDD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD486

Black with #BDD486

Text Example


Text Example

White with #BDD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD486; }

 p { color: rgb(189,212,134); }

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

background-color css

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

 a { background-color: rgb(189,212,134); }

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

border-color css

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

 span { border-color: rgb(189,212,134); }

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