Html Css Color HEX #BBC988 Caper

📋 copy color: '#BBC988'

red 187 ◦ green 201 ◦ blue 136

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

Shades of Caper #BBC988

Tints of Caper #BBC988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.95%

R = 35.69%
G = 38.36%
B = 25.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#BBC988 (or 0xBBC988) is known color: Caper. HEX triplet: BB, C9 and 88. RGB value is (187,201,136). Sum of RGB (Red+Green+Blue) = 187+201+136=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC988 is #443677. Grayscale: #BDBDBD. Windows color (decimal): -4470392 or 8964539. OLE color: 8964539.

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

Color convert

RGB 187 201 136 -
CMYK 0.07 0 0.32 0.21
HSL 72.92º 0.38% 0.66% -
HSV(B) 72.92º 0.32% 0.79% -
XYZ 45.82 54.12 31.32 -
YUV 189.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 187 201 136 0.07 0 0.32 0.21 72.92 0.38 0.66
Hex BB C9 88 7 0 20 15 49 26 42
Octal 273 311 210 7 0 40 25 111 46 102
Binary 10111011 11001001 10001000 111 0 100000 10101 1001001 100110 1000010

Color Harmonies of #BBC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC988

Black with #BBC988

Text Example


Text Example

White with #BBC988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC988; }

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

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

background-color css

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

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

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

border-color css

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

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

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