Html Css Color HEX #BCCD83 Caper

📋 copy color: '#BCCD83'

red 188 ◦ green 205 ◦ blue 131

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

Shades of Caper #BCCD83

Tints of Caper #BCCD83

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.12%

 BLUE value IS 131 (51.56% from 255) = 25%

R = 35.88%
G = 39.12%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#BCCD83 (or 0xBCCD83) is known color: Caper. HEX triplet: BC, CD and 83. RGB value is (188,205,131). Sum of RGB (Red+Green+Blue) = 188+205+131=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD83 is #43327C. Grayscale: #BFBFBF. Windows color (decimal): -4403837 or 8637884. OLE color: 8637884.

HSL color Cylindrical-coordinate representation of color #BCCD83: hue angle of 73.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCCD83 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 131 -
CMYK 0.08 0 0.36 0.20
HSL 73.78º 0.43% 0.66% -
HSV(B) 73.78º 0.36% 0.8% -
XYZ 46.67 55.99 29.82 -
YUV 191.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 188 205 131 0.08 0 0.36 0.20 73.78 0.43 0.66
Hex BC CD 83 8 0 24 14 4A 2B 42
Octal 274 315 203 10 0 44 24 112 53 102
Binary 10111100 11001101 10000011 1000 0 100100 10100 1001010 101011 1000010

Color Harmonies of #BCCD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD83

Black with #BCCD83

Text Example


Text Example

White with #BCCD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD83; }

 p { color: rgb(188,205,131); }

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

background-color css

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

 a { background-color: rgb(188,205,131); }

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

border-color css

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

 span { border-color: rgb(188,205,131); }

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