Html Css Color HEX #BDCE85 Caper

📋 copy color: '#BDCE85'

red 189 ◦ green 206 ◦ blue 133

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

Shades of Caper #BDCE85

Tints of Caper #BDCE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 35.8%
G = 39.02%
B = 25.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#BDCE85 (or 0xBDCE85) is known color: Caper. HEX triplet: BD, CE and 85. RGB value is (189,206,133). Sum of RGB (Red+Green+Blue) = 189+206+133=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE85 is #42317A. Grayscale: #C0C0C0. Windows color (decimal): -4338043 or 8769213. OLE color: 8769213.

HSL color Cylindrical-coordinate representation of color #BDCE85: hue angle of 73.97º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDCE85 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 133 -
CMYK 0.08 0 0.35 0.19
HSL 73.97º 0.43% 0.66% -
HSV(B) 73.97º 0.35% 0.81% -
XYZ 47.29 56.65 30.63 -
YUV 192.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 189 206 133 0.08 0 0.35 0.19 73.97 0.43 0.66
Hex BD CE 85 8 0 23 13 4A 2B 42
Octal 275 316 205 10 0 43 23 112 53 102
Binary 10111101 11001110 10000101 1000 0 100011 10011 1001010 101011 1000010

Color Harmonies of #BDCE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE85

Black with #BDCE85

Text Example


Text Example

White with #BDCE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE85; }

 p { color: rgb(189,206,133); }

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

background-color css

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

 a { background-color: rgb(189,206,133); }

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

border-color css

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

 span { border-color: rgb(189,206,133); }

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