Html Css Color HEX #BCD283 Caper

📋 copy color: '#BCD283'

red 188 ◦ green 210 ◦ blue 131

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

Shades of Caper #BCD283

Tints of Caper #BCD283

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 35.54%
G = 39.7%
B = 24.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#BCD283 (or 0xBCD283) is known color: Caper. HEX triplet: BC, D2 and 83. RGB value is (188,210,131). Sum of RGB (Red+Green+Blue) = 188+210+131=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD283 is #432D7C. Grayscale: #C2C2C2. Windows color (decimal): -4402557 or 8639164. OLE color: 8639164.

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

Color convert

RGB 188 210 131 -
CMYK 0.10 0 0.38 0.18
HSL 76.71º 0.47% 0.67% -
HSV(B) 76.71º 0.38% 0.82% -
XYZ 47.88 58.42 30.23 -
YUV 194.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 188 210 131 0.10 0 0.38 0.18 76.71 0.47 0.67
Hex BC D2 83 A 0 26 12 4D 2F 43
Octal 274 322 203 12 0 46 22 115 57 103
Binary 10111100 11010010 10000011 1010 0 100110 10010 1001101 101111 1000011

Color Harmonies of #BCD283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD283

Black with #BCD283

Text Example


Text Example

White with #BCD283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD283; }

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

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

background-color css

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

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

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

border-color css

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

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

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