Html Css Color HEX #BDCC8B Caper

📋 copy color: '#BDCC8B'

red 189 ◦ green 204 ◦ blue 139

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

Shades of Caper #BDCC8B

Tints of Caper #BDCC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 139 (54.69% from 255) = 26.13%

R = 35.53%
G = 38.35%
B = 26.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#BDCC8B (or 0xBDCC8B) is known color: Caper. HEX triplet: BD, CC and 8B. RGB value is (189,204,139). Sum of RGB (Red+Green+Blue) = 189+204+139=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC8B is #423374. Grayscale: #C0C0C0. Windows color (decimal): -4338549 or 9161917. OLE color: 9161917.

HSL color Cylindrical-coordinate representation of color #BDCC8B: hue angle of 73.85º degrees, saturation: 0.39, 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 #BDCC8B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 139 -
CMYK 0.07 0 0.32 0.2
HSL 73.85º 0.39% 0.67% -
HSV(B) 73.85º 0.32% 0.8% -
XYZ 47.24 55.87 32.72 -
YUV 192.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 189 204 139 0.07 0 0.32 0.2 73.85 0.39 0.67
Hex BD CC 8B 7 0 20 14 4A 27 43
Octal 275 314 213 7 0 40 24 112 47 103
Binary 10111101 11001100 10001011 111 0 100000 10100 1001010 100111 1000011

Color Harmonies of #BDCC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC8B

Black with #BDCC8B

Text Example


Text Example

White with #BDCC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC8B; }

 p { color: rgb(189,204,139); }

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

background-color css

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

 a { background-color: rgb(189,204,139); }

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

border-color css

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

 span { border-color: rgb(189,204,139); }

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