Html Css Color HEX #BBC888 Caper

📋 copy color: '#BBC888'

red 187 ◦ green 200 ◦ blue 136

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

Shades of Caper #BBC888

Tints of Caper #BBC888

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

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

R = 35.76%
G = 38.24%
B = 26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#BBC888 (or 0xBBC888) is known color: Caper. HEX triplet: BB, C8 and 88. RGB value is (187,200,136). Sum of RGB (Red+Green+Blue) = 187+200+136=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC888 is #443777. Grayscale: #BDBDBD. Windows color (decimal): -4470648 or 8964283. OLE color: 8964283.

HSL color Cylindrical-coordinate representation of color #BBC888: hue angle of 72.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBC888 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 136 -
CMYK 0.06 0 0.32 0.22
HSL 72.19º 0.37% 0.66% -
HSV(B) 72.19º 0.32% 0.78% -
XYZ 45.59 53.65 31.25 -
YUV 188.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 187 200 136 0.06 0 0.32 0.22 72.19 0.37 0.66
Hex BB C8 88 6 0 20 16 48 25 42
Octal 273 310 210 6 0 40 26 110 45 102
Binary 10111011 11001000 10001000 110 0 100000 10110 1001000 100101 1000010

Color Harmonies of #BBC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC888

Black with #BBC888

Text Example


Text Example

White with #BBC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC888; }

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

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

background-color css

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

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

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

border-color css

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

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

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