Html Css Color HEX #BDCB8A Caper

📋 copy color: '#BDCB8A'

red 189 ◦ green 203 ◦ blue 138

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

Shades of Caper #BDCB8A

Tints of Caper #BDCB8A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

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

R = 35.66%
G = 38.3%
B = 26.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#BDCB8A (or 0xBDCB8A) is known color: Caper. HEX triplet: BD, CB and 8A. RGB value is (189,203,138). Sum of RGB (Red+Green+Blue) = 189+203+138=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB8A is #423475. Grayscale: #BFBFBF. Windows color (decimal): -4338806 or 9096125. OLE color: 9096125.

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

Color convert

RGB 189 203 138 -
CMYK 0.07 0 0.32 0.20
HSL 72.92º 0.38% 0.67% -
HSV(B) 72.92º 0.32% 0.8% -
XYZ 46.93 55.37 32.26 -
YUV 191.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 189 203 138 0.07 0 0.32 0.20 72.92 0.38 0.67
Hex BD CB 8A 7 0 20 14 49 26 43
Octal 275 313 212 7 0 40 24 111 46 103
Binary 10111101 11001011 10001010 111 0 100000 10100 1001001 100110 1000011

Color Harmonies of #BDCB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB8A

Black with #BDCB8A

Text Example


Text Example

White with #BDCB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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