#BBD385

Color #BBD385 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #BBD385

Tints of Caper #BBD385

Color information

#BBD385 (or 0xBBD385) is unknown color: approx Caper. HEX triplet: BB, D3 and 85. RGB value is (187,211,133). Sum of RGB (Red+Green+Blue) = 187+211+133=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD385 is #442C7A. Grayscale: #C3C3C3. Windows color (decimal): -4467835 or 8770491. OLE color: 8770491.

HSL color Cylindrical-coordinate representation of color #BBD385: hue angle of 78.46º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBD385 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB187211133-
CMYK0.1100.370.17
HSL78.46º46.99%67.45%-
HSV(B)78.46º36.97%82.75%-
XYZ48.0258.8531.02-
YUV194.9393.05122.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=35.22%
G=39.74%
B=25.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111330.1100.370.1778.4646.9967.45
HexBBD385B025114e2f43
Octal273323205130452111657103
Binary101110111101001110000101101101001011000110011101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD385; }

 p { color: rgb(187,211,133); }

 H1.HeaderClassName
 {
   color: #BBD385;
 }
 .AnyTagClassName
 {
   color: #BBD385;
 }
</style>
background-color css

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

 a { background-color: rgb(187,211,133); }

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

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

 span { border-color: rgb(187,211,133); }

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