Html Css Color HEX #BDCE88 Caper

📋 copy color: '#BDCE88'

red 189 ◦ green 206 ◦ blue 136

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

Shades of Caper #BDCE88

Tints of Caper #BDCE88

RGB

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

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

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

R = 35.59%
G = 38.79%
B = 25.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#BDCE88 (or 0xBDCE88) is known color: Caper. HEX triplet: BD, CE and 88. RGB value is (189,206,136). Sum of RGB (Red+Green+Blue) = 189+206+136=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE88 is #423177. Grayscale: #C1C1C1. Windows color (decimal): -4338040 or 8965821. OLE color: 8965821.

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

Color convert

RGB 189 206 136 -
CMYK 0.08 0 0.34 0.19
HSL 74.57º 0.42% 0.67% -
HSV(B) 74.57º 0.34% 0.81% -
XYZ 47.5 56.74 31.74 -
YUV 192.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 189 206 136 0.08 0 0.34 0.19 74.57 0.42 0.67
Hex BD CE 88 8 0 22 13 4B 2A 43
Octal 275 316 210 10 0 42 23 113 52 103
Binary 10111101 11001110 10001000 1000 0 100010 10011 1001011 101010 1000011

Color Harmonies of #BDCE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE88

Black with #BDCE88

Text Example


Text Example

White with #BDCE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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