#BBD685

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

Shades of Sulu #BBD685

Tints of Sulu #BBD685

Color information

#BBD685 (or 0xBBD685) is unknown color: approx Sulu. HEX triplet: BB, D6 and 85. RGB value is (187,214,133). Sum of RGB (Red+Green+Blue) = 187+214+133=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD685 is #44297A. Grayscale: #C4C4C4. Windows color (decimal): -4467067 or 8771259. OLE color: 8771259.

HSL color Cylindrical-coordinate representation of color #BBD685: hue angle of 80º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBD685 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB187214133-
CMYK0.1300.380.16
HSL80º49.69%68.04%-
HSV(B)80º37.85%83.92%-
XYZ48.7760.3531.27-
YUV196.6992.05121.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=35.02%
G=40.07%
B=24.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141330.1300.380.168049.6968.04
HexBBD685D02610503244
Octal273326205150462012062104
Binary101110111101011010000101110101001101000010100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD685; }

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

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

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

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

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

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

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

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