Html Css Color HEX #BCCB83 Caper

📋 copy color: '#BCCB83'

red 188 ◦ green 203 ◦ blue 131

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

Shades of Caper #BCCB83

Tints of Caper #BCCB83

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

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

R = 36.02%
G = 38.89%
B = 25.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#BCCB83 (or 0xBCCB83) is known color: Caper. HEX triplet: BC, CB and 83. RGB value is (188,203,131). Sum of RGB (Red+Green+Blue) = 188+203+131=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB83 is #43347C. Grayscale: #BEBEBE. Windows color (decimal): -4404349 or 8637372. OLE color: 8637372.

HSL color Cylindrical-coordinate representation of color #BCCB83: hue angle of 72.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCCB83 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 131 -
CMYK 0.07 0 0.35 0.20
HSL 72.5º 0.41% 0.65% -
HSV(B) 72.5º 0.35% 0.8% -
XYZ 46.19 55.04 29.66 -
YUV 190.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 188 203 131 0.07 0 0.35 0.20 72.5 0.41 0.65
Hex BC CB 83 7 0 23 14 48 29 41
Octal 274 313 203 7 0 43 24 110 51 101
Binary 10111100 11001011 10000011 111 0 100011 10100 1001000 101001 1000001

Color Harmonies of #BCCB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB83

Black with #BCCB83

Text Example


Text Example

White with #BCCB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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