Html Css Color HEX #BCCF82 Caper

📋 copy color: '#BCCF82'

red 188 ◦ green 207 ◦ blue 130

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

Shades of Caper #BCCF82

Tints of Caper #BCCF82

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 35.81%
G = 39.43%
B = 24.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#BCCF82 (or 0xBCCF82) is known color: Caper. HEX triplet: BC, CF and 82. RGB value is (188,207,130). Sum of RGB (Red+Green+Blue) = 188+207+130=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF82 is #43307D. Grayscale: #C0C0C0. Windows color (decimal): -4403326 or 8572860. OLE color: 8572860.

HSL color Cylindrical-coordinate representation of color #BCCF82: hue angle of 74.81º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCCF82 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 130 -
CMYK 0.09 0 0.37 0.19
HSL 74.81º 0.45% 0.66% -
HSV(B) 74.81º 0.37% 0.81% -
XYZ 47.08 56.93 29.63 -
YUV 192.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 188 207 130 0.09 0 0.37 0.19 74.81 0.45 0.66
Hex BC CF 82 9 0 25 13 4B 2D 42
Octal 274 317 202 11 0 45 23 113 55 102
Binary 10111100 11001111 10000010 1001 0 100101 10011 1001011 101101 1000010

Color Harmonies of #BCCF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF82

Black with #BCCF82

Text Example


Text Example

White with #BCCF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF82; }

 p { color: rgb(188,207,130); }

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

background-color css

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

 a { background-color: rgb(188,207,130); }

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

border-color css

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

 span { border-color: rgb(188,207,130); }

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