Html Css Color HEX #BCD281 Caper

📋 copy color: '#BCD281'

red 188 ◦ green 210 ◦ blue 129

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

Shades of Caper #BCD281

Tints of Caper #BCD281

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.85%

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

R = 35.67%
G = 39.85%
B = 24.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#BCD281 (or 0xBCD281) is known color: Caper. HEX triplet: BC, D2 and 81. RGB value is (188,210,129). Sum of RGB (Red+Green+Blue) = 188+210+129=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD281 is #432D7E. Grayscale: #C2C2C2. Windows color (decimal): -4402559 or 8508092. OLE color: 8508092.

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

Color convert

RGB 188 210 129 -
CMYK 0.10 0 0.39 0.18
HSL 76.3º 0.47% 0.66% -
HSV(B) 76.3º 0.39% 0.82% -
XYZ 47.75 58.37 29.52 -
YUV 194.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 188 210 129 0.10 0 0.39 0.18 76.3 0.47 0.66
Hex BC D2 81 A 0 27 12 4C 2F 42
Octal 274 322 201 12 0 47 22 114 57 102
Binary 10111100 11010010 10000001 1010 0 100111 10010 1001100 101111 1000010

Color Harmonies of #BCD281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD281

Black with #BCD281

Text Example


Text Example

White with #BCD281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD281; }

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

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

background-color css

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

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

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

border-color css

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

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

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