#BBD283

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

Shades of Caper #BBD283

Tints of Caper #BBD283

Color information

#BBD283 (or 0xBBD283) is unknown color: approx Caper. HEX triplet: BB, D2 and 83. RGB value is (187,210,131). Sum of RGB (Red+Green+Blue) = 187+210+131=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD283 is #442D7C. Grayscale: #C2C2C2. Windows color (decimal): -4468093 or 8639163. OLE color: 8639163.

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

Color convert

RGB187210131-
CMYK0.1100.380.18
HSL77.47º46.75%66.86%-
HSV(B)77.47º37.62%82.35%-
XYZ47.6458.330.21-
YUV194.1292.38122.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=35.42%
G=39.77%
B=24.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101310.1100.380.1877.4746.7566.86
HexBBD283B026124d2f43
Octal273322203130462211557103
Binary101110111101001010000011101101001101001010011011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD283; }

 p { color: rgb(187,210,131); }

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

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

 a { background-color: rgb(187,210,131); }

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

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

 span { border-color: rgb(187,210,131); }

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