Html Css Color HEX #BBCB8B Caper

📋 copy color: '#BBCB8B'

red 187 ◦ green 203 ◦ blue 139

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

Shades of Caper #BBCB8B

Tints of Caper #BBCB8B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 139 (54.69% from 255) = 26.28%

R = 35.35%
G = 38.37%
B = 26.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#BBCB8B (or 0xBBCB8B) is known color: Caper. HEX triplet: BB, CB and 8B. RGB value is (187,203,139). Sum of RGB (Red+Green+Blue) = 187+203+139=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB8B is #443474. Grayscale: #BFBFBF. Windows color (decimal): -4469877 or 9161659. OLE color: 9161659.

HSL color Cylindrical-coordinate representation of color #BBCB8B: hue angle of 75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCB8B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 139 -
CMYK 0.08 0 0.32 0.20
HSL 75º 0.38% 0.67% -
HSV(B) 75º 0.32% 0.8% -
XYZ 46.51 55.14 32.62 -
YUV 190.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 187 203 139 0.08 0 0.32 0.20 75 0.38 0.67
Hex BB CB 8B 8 0 20 14 4B 26 43
Octal 273 313 213 10 0 40 24 113 46 103
Binary 10111011 11001011 10001011 1000 0 100000 10100 1001011 100110 1000011

Color Harmonies of #BBCB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB8B

Black with #BBCB8B

Text Example


Text Example

White with #BBCB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB8B; }

 p { color: rgb(187,203,139); }

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

background-color css

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

 a { background-color: rgb(187,203,139); }

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

border-color css

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

 span { border-color: rgb(187,203,139); }

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