Html Css Color HEX #BBC984 Caper

📋 copy color: '#BBC984'

red 187 ◦ green 201 ◦ blue 132

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

Shades of Caper #BBC984

Tints of Caper #BBC984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.38%

R = 35.96%
G = 38.65%
B = 25.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#BBC984 (or 0xBBC984) is known color: Caper. HEX triplet: BB, C9 and 84. RGB value is (187,201,132). Sum of RGB (Red+Green+Blue) = 187+201+132=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC984 is #44367B. Grayscale: #BDBDBD. Windows color (decimal): -4470396 or 8702395. OLE color: 8702395.

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

Color convert

RGB 187 201 132 -
CMYK 0.07 0 0.34 0.21
HSL 72.17º 0.39% 0.65% -
HSV(B) 72.17º 0.34% 0.79% -
XYZ 45.55 54 29.85 -
YUV 188.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 187 201 132 0.07 0 0.34 0.21 72.17 0.39 0.65
Hex BB C9 84 7 0 22 15 48 27 41
Octal 273 311 204 7 0 42 25 110 47 101
Binary 10111011 11001001 10000100 111 0 100010 10101 1001000 100111 1000001

Color Harmonies of #BBC984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC984

Black with #BBC984

Text Example


Text Example

White with #BBC984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC984; }

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

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

background-color css

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

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

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

border-color css

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

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

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