Html Css Color HEX #BBC983 Caper

📋 copy color: '#BBC983'

red 187 ◦ green 201 ◦ blue 131

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

Shades of Caper #BBC983

Tints of Caper #BBC983

RGB

 RED value IS 187 (73.44% from 255) = 36.03%

 GREEN value IS 201 (78.91% from 255) = 38.73%

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

R = 36.03%
G = 38.73%
B = 25.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#BBC983 (or 0xBBC983) is known color: Caper. HEX triplet: BB, C9 and 83. RGB value is (187,201,131). Sum of RGB (Red+Green+Blue) = 187+201+131=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC983 is #44367C. Grayscale: #BDBDBD. Windows color (decimal): -4470397 or 8636859. OLE color: 8636859.

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

Color convert

RGB 187 201 131 -
CMYK 0.07 0 0.35 0.21
HSL 72º 0.39% 0.65% -
HSV(B) 72º 0.35% 0.79% -
XYZ 45.48 53.98 29.49 -
YUV 188.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 187 201 131 0.07 0 0.35 0.21 72 0.39 0.65
Hex BB C9 83 7 0 23 15 48 27 41
Octal 273 311 203 7 0 43 25 110 47 101
Binary 10111011 11001001 10000011 111 0 100011 10101 1001000 100111 1000001

Color Harmonies of #BBC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC983

Black with #BBC983

Text Example


Text Example

White with #BBC983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC983; }

 p { color: rgb(187,201,131); }

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

background-color css

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

 a { background-color: rgb(187,201,131); }

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

border-color css

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

 span { border-color: rgb(187,201,131); }

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