Html Css Color HEX #BCD381 Caper

📋 copy color: '#BCD381'

red 188 ◦ green 211 ◦ blue 129

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

Shades of Caper #BCD381

Tints of Caper #BCD381

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 35.61%
G = 39.96%
B = 24.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#BCD381 (or 0xBCD381) is known color: Caper. HEX triplet: BC, D3 and 81. RGB value is (188,211,129). Sum of RGB (Red+Green+Blue) = 188+211+129=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD381 is #432C7E. Grayscale: #C3C3C3. Windows color (decimal): -4402303 or 8508348. OLE color: 8508348.

HSL color Cylindrical-coordinate representation of color #BCD381: hue angle of 76.83º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD381 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 129 -
CMYK 0.11 0 0.39 0.17
HSL 76.83º 0.48% 0.67% -
HSV(B) 76.83º 0.39% 0.83% -
XYZ 48 58.86 29.6 -
YUV 194.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 188 211 129 0.11 0 0.39 0.17 76.83 0.48 0.67
Hex BC D3 81 B 0 27 11 4D 30 43
Octal 274 323 201 13 0 47 21 115 60 103
Binary 10111100 11010011 10000001 1011 0 100111 10001 1001101 110000 1000011

Color Harmonies of #BCD381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD381

Black with #BCD381

Text Example


Text Example

White with #BCD381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD381; }

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

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

background-color css

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

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

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

border-color css

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

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

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