Html Css Color HEX #BDD485 Caper

📋 copy color: '#BDD485'

red 189 ◦ green 212 ◦ blue 133

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

Shades of Caper #BDD485

Tints of Caper #BDD485

RGB

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

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

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

R = 35.39%
G = 39.7%
B = 24.91%

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

#BDD485 (or 0xBDD485) is known color: Caper. HEX triplet: BD, D4 and 85. RGB value is (189,212,133). Sum of RGB (Red+Green+Blue) = 189+212+133=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD485 is #422B7A. Grayscale: #C4C4C4. Windows color (decimal): -4336507 or 8770749. OLE color: 8770749.

HSL color Cylindrical-coordinate representation of color #BDD485: hue angle of 77.47º 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 #BDD485 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 133 -
CMYK 0.11 0 0.37 0.17
HSL 77.47º 0.48% 0.68% -
HSV(B) 77.47º 0.37% 0.83% -
XYZ 48.76 59.6 31.12 -
YUV 196.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 189 212 133 0.11 0 0.37 0.17 77.47 0.48 0.68
Hex BD D4 85 B 0 25 11 4D 30 44
Octal 275 324 205 13 0 45 21 115 60 104
Binary 10111101 11010100 10000101 1011 0 100101 10001 1001101 110000 1000100

Color Harmonies of #BDD485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD485

Black with #BDD485

Text Example


Text Example

White with #BDD485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD485; }

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

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

background-color css

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

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

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

border-color css

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

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

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