Html Css Color HEX #BDD483 Caper

📋 copy color: '#BDD483'

red 189 ◦ green 212 ◦ blue 131

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

Shades of Caper #BDD483

Tints of Caper #BDD483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.62%

R = 35.53%
G = 39.85%
B = 24.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#BDD483 (or 0xBDD483) is known color: Caper. HEX triplet: BD, D4 and 83. RGB value is (189,212,131). Sum of RGB (Red+Green+Blue) = 189+212+131=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD483 is #422B7C. Grayscale: #C4C4C4. Windows color (decimal): -4336509 or 8639677. OLE color: 8639677.

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

Color convert

RGB 189 212 131 -
CMYK 0.11 0 0.38 0.17
HSL 77.04º 0.49% 0.67% -
HSV(B) 77.04º 0.38% 0.83% -
XYZ 48.63 59.54 30.4 -
YUV 195.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 189 212 131 0.11 0 0.38 0.17 77.04 0.49 0.67
Hex BD D4 83 B 0 26 11 4D 31 43
Octal 275 324 203 13 0 46 21 115 61 103
Binary 10111101 11010100 10000011 1011 0 100110 10001 1001101 110001 1000011

Color Harmonies of #BDD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD483

Black with #BDD483

Text Example


Text Example

White with #BDD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD483; }

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

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

background-color css

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

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

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

border-color css

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

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

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