Html Css Color HEX #BDCD8A Caper

📋 copy color: '#BDCD8A'

red 189 ◦ green 205 ◦ blue 138

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

Shades of Caper #BDCD8A

Tints of Caper #BDCD8A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

 BLUE value IS 138 (54.3% from 255) = 25.94%

R = 35.53%
G = 38.53%
B = 25.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#BDCD8A (or 0xBDCD8A) is known color: Caper. HEX triplet: BD, CD and 8A. RGB value is (189,205,138). Sum of RGB (Red+Green+Blue) = 189+205+138=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD8A is #423275. Grayscale: #C0C0C0. Windows color (decimal): -4338294 or 9096637. OLE color: 9096637.

HSL color Cylindrical-coordinate representation of color #BDCD8A: hue angle of 74.33º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCD8A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 138 -
CMYK 0.08 0 0.33 0.20
HSL 74.33º 0.4% 0.67% -
HSV(B) 74.33º 0.33% 0.8% -
XYZ 47.41 56.32 32.42 -
YUV 192.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 189 205 138 0.08 0 0.33 0.20 74.33 0.4 0.67
Hex BD CD 8A 8 0 21 14 4A 28 43
Octal 275 315 212 10 0 41 24 112 50 103
Binary 10111101 11001101 10001010 1000 0 100001 10100 1001010 101000 1000011

Color Harmonies of #BDCD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD8A

Black with #BDCD8A

Text Example


Text Example

White with #BDCD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD8A; }

 p { color: rgb(189,205,138); }

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

background-color css

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

 a { background-color: rgb(189,205,138); }

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

border-color css

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

 span { border-color: rgb(189,205,138); }

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