Html Css Color HEX #BCD083 Caper

📋 copy color: '#BCD083'

red 188 ◦ green 208 ◦ blue 131

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

Shades of Caper #BCD083

Tints of Caper #BCD083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.47%

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

R = 35.67%
G = 39.47%
B = 24.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#BCD083 (or 0xBCD083) is known color: Caper. HEX triplet: BC, D0 and 83. RGB value is (188,208,131). Sum of RGB (Red+Green+Blue) = 188+208+131=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD083 is #432F7C. Grayscale: #C1C1C1. Windows color (decimal): -4403069 or 8638652. OLE color: 8638652.

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

Color convert

RGB 188 208 131 -
CMYK 0.10 0 0.37 0.18
HSL 75.58º 0.45% 0.66% -
HSV(B) 75.58º 0.37% 0.82% -
XYZ 47.39 57.44 30.06 -
YUV 193.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 188 208 131 0.10 0 0.37 0.18 75.58 0.45 0.66
Hex BC D0 83 A 0 25 12 4C 2D 42
Octal 274 320 203 12 0 45 22 114 55 102
Binary 10111100 11010000 10000011 1010 0 100101 10010 1001100 101101 1000010

Color Harmonies of #BCD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD083

Black with #BCD083

Text Example


Text Example

White with #BCD083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD083; }

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

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

background-color css

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

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

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

border-color css

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

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

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