Html Css Color HEX #BDD188 Caper

📋 copy color: '#BDD188'

red 189 ◦ green 209 ◦ blue 136

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

Shades of Caper #BDD188

Tints of Caper #BDD188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.47%

R = 35.39%
G = 39.14%
B = 25.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#BDD188 (or 0xBDD188) is known color: Caper. HEX triplet: BD, D1 and 88. RGB value is (189,209,136). Sum of RGB (Red+Green+Blue) = 189+209+136=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD188 is #422E77. Grayscale: #C2C2C2. Windows color (decimal): -4337272 or 8966589. OLE color: 8966589.

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

Color convert

RGB 189 209 136 -
CMYK 0.10 0 0.35 0.18
HSL 76.44º 0.44% 0.68% -
HSV(B) 76.44º 0.35% 0.82% -
XYZ 48.23 58.2 31.98 -
YUV 194.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 189 209 136 0.10 0 0.35 0.18 76.44 0.44 0.68
Hex BD D1 88 A 0 23 12 4C 2C 44
Octal 275 321 210 12 0 43 22 114 54 104
Binary 10111101 11010001 10001000 1010 0 100011 10010 1001100 101100 1000100

Color Harmonies of #BDD188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD188

Black with #BDD188

Text Example


Text Example

White with #BDD188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD188; }

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

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

background-color css

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

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

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

border-color css

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

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

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