Html Css Color HEX #BBCA80 Caper

📋 copy color: '#BBCA80'

red 187 ◦ green 202 ◦ blue 128

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

Shades of Caper #BBCA80

Tints of Caper #BBCA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.76%

R = 36.17%
G = 39.07%
B = 24.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#BBCA80 (or 0xBBCA80) is known color: Caper. HEX triplet: BB, CA and 80. RGB value is (187,202,128). Sum of RGB (Red+Green+Blue) = 187+202+128=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA80 is #44357F. Grayscale: #BDBDBD. Windows color (decimal): -4470144 or 8440507. OLE color: 8440507.

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

Color convert

RGB 187 202 128 -
CMYK 0.07 0 0.37 0.21
HSL 72.16º 0.41% 0.65% -
HSV(B) 72.16º 0.37% 0.79% -
XYZ 45.51 54.36 28.52 -
YUV 189.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 187 202 128 0.07 0 0.37 0.21 72.16 0.41 0.65
Hex BB CA 80 7 0 25 15 48 29 41
Octal 273 312 200 7 0 45 25 110 51 101
Binary 10111011 11001010 10000000 111 0 100101 10101 1001000 101001 1000001

Color Harmonies of #BBCA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA80

Black with #BBCA80

Text Example


Text Example

White with #BBCA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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