Html Css Color HEX #BDD184 Caper

📋 copy color: '#BDD184'

red 189 ◦ green 209 ◦ blue 132

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

Shades of Caper #BDD184

Tints of Caper #BDD184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.91%

R = 35.66%
G = 39.43%
B = 24.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#BDD184 (or 0xBDD184) is known color: Caper. HEX triplet: BD, D1 and 84. RGB value is (189,209,132). Sum of RGB (Red+Green+Blue) = 189+209+132=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD184 is #422E7B. Grayscale: #C2C2C2. Windows color (decimal): -4337276 or 8704445. OLE color: 8704445.

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

Color convert

RGB 189 209 132 -
CMYK 0.10 0 0.37 0.18
HSL 75.58º 0.46% 0.67% -
HSV(B) 75.58º 0.37% 0.82% -
XYZ 47.95 58.09 30.51 -
YUV 194.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 189 209 132 0.10 0 0.37 0.18 75.58 0.46 0.67
Hex BD D1 84 A 0 25 12 4C 2E 43
Octal 275 321 204 12 0 45 22 114 56 103
Binary 10111101 11010001 10000100 1010 0 100101 10010 1001100 101110 1000011

Color Harmonies of #BDD184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD184

Black with #BDD184

Text Example


Text Example

White with #BDD184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD184; }

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

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

background-color css

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

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

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

border-color css

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

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

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