Html Css Color HEX #BBCA8B Caper

📋 copy color: '#BBCA8B'

red 187 ◦ green 202 ◦ blue 139

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

Shades of Caper #BBCA8B

Tints of Caper #BBCA8B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

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

R = 35.42%
G = 38.26%
B = 26.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#BBCA8B (or 0xBBCA8B) is known color: Caper. HEX triplet: BB, CA and 8B. RGB value is (187,202,139). Sum of RGB (Red+Green+Blue) = 187+202+139=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA8B is #443574. Grayscale: #BEBEBE. Windows color (decimal): -4470133 or 9161403. OLE color: 9161403.

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

Color convert

RGB 187 202 139 -
CMYK 0.07 0 0.31 0.21
HSL 74.29º 0.37% 0.67% -
HSV(B) 74.29º 0.31% 0.79% -
XYZ 46.27 54.67 32.54 -
YUV 190.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 187 202 139 0.07 0 0.31 0.21 74.29 0.37 0.67
Hex BB CA 8B 7 0 1F 15 4A 25 43
Octal 273 312 213 7 0 37 25 112 45 103
Binary 10111011 11001010 10001011 111 0 11111 10101 1001010 100101 1000011

Color Harmonies of #BBCA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA8B

Black with #BBCA8B

Text Example


Text Example

White with #BBCA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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