Html Css Color HEX #BDD286 Caper

📋 copy color: '#BDD286'

red 189 ◦ green 210 ◦ blue 134

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

Shades of Caper #BDD286

Tints of Caper #BDD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

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

R = 35.46%
G = 39.4%
B = 25.14%

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

#BDD286 (or 0xBDD286) is known color: Caper. HEX triplet: BD, D2 and 86. RGB value is (189,210,134). Sum of RGB (Red+Green+Blue) = 189+210+134=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD286 is #422D79. Grayscale: #C3C3C3. Windows color (decimal): -4337018 or 8835773. OLE color: 8835773.

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

Color convert

RGB 189 210 134 -
CMYK 0.10 0 0.36 0.18
HSL 76.58º 0.46% 0.67% -
HSV(B) 76.58º 0.36% 0.82% -
XYZ 48.34 58.63 31.32 -
YUV 195.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 189 210 134 0.10 0 0.36 0.18 76.58 0.46 0.67
Hex BD D2 86 A 0 24 12 4D 2E 43
Octal 275 322 206 12 0 44 22 115 56 103
Binary 10111101 11010010 10000110 1010 0 100100 10010 1001101 101110 1000011

Color Harmonies of #BDD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD286

Black with #BDD286

Text Example


Text Example

White with #BDD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD286; }

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

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

background-color css

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

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

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

border-color css

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

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

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