Html Css Color HEX #BCD181 Caper

📋 copy color: '#BCD181'

red 188 ◦ green 209 ◦ blue 129

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

Shades of Caper #BCD181

Tints of Caper #BCD181

RGB

 RED value IS 188 (73.83% from 255) = 35.74%

 GREEN value IS 209 (82.03% from 255) = 39.73%

 BLUE value IS 129 (50.78% from 255) = 24.52%

R = 35.74%
G = 39.73%
B = 24.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#BCD181 (or 0xBCD181) is known color: Caper. HEX triplet: BC, D1 and 81. RGB value is (188,209,129). Sum of RGB (Red+Green+Blue) = 188+209+129=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD181 is #432E7E. Grayscale: #C1C1C1. Windows color (decimal): -4402815 or 8507836. OLE color: 8507836.

HSL color Cylindrical-coordinate representation of color #BCD181: hue angle of 75.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD181 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 129 -
CMYK 0.10 0 0.38 0.18
HSL 75.75º 0.47% 0.66% -
HSV(B) 75.75º 0.38% 0.82% -
XYZ 47.5 57.88 29.44 -
YUV 193.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 188 209 129 0.10 0 0.38 0.18 75.75 0.47 0.66
Hex BC D1 81 A 0 26 12 4C 2F 42
Octal 274 321 201 12 0 46 22 114 57 102
Binary 10111100 11010001 10000001 1010 0 100110 10010 1001100 101111 1000010

Color Harmonies of #BCD181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD181

Black with #BCD181

Text Example


Text Example

White with #BCD181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD181; }

 p { color: rgb(188,209,129); }

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

background-color css

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

 a { background-color: rgb(188,209,129); }

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

border-color css

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

 span { border-color: rgb(188,209,129); }

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