Html Css Color HEX #BCD481 Caper

📋 copy color: '#BCD481'

red 188 ◦ green 212 ◦ blue 129

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

Shades of Caper #BCD481

Tints of Caper #BCD481

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

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

R = 35.54%
G = 40.08%
B = 24.39%

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

#BCD481 (or 0xBCD481) is known color: Caper. HEX triplet: BC, D4 and 81. RGB value is (188,212,129). Sum of RGB (Red+Green+Blue) = 188+212+129=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD481 is #432B7E. Grayscale: #C3C3C3. Windows color (decimal): -4402047 or 8508604. OLE color: 8508604.

HSL color Cylindrical-coordinate representation of color #BCD481: hue angle of 77.35º degrees, saturation: 0.49, 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 #BCD481 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 129 -
CMYK 0.11 0 0.39 0.17
HSL 77.35º 0.49% 0.67% -
HSV(B) 77.35º 0.39% 0.83% -
XYZ 48.24 59.36 29.68 -
YUV 195.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 188 212 129 0.11 0 0.39 0.17 77.35 0.49 0.67
Hex BC D4 81 B 0 27 11 4D 31 43
Octal 274 324 201 13 0 47 21 115 61 103
Binary 10111100 11010100 10000001 1011 0 100111 10001 1001101 110001 1000011

Color Harmonies of #BCD481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD481

Black with #BCD481

Text Example


Text Example

White with #BCD481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD481; }

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

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

background-color css

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

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

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

border-color css

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

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

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