#BCD585

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

Shades of Sulu #BCD585

Tints of Sulu #BCD585

Color information

#BCD585 (or 0xBCD585) is unknown color: approx Sulu. HEX triplet: BC, D5 and 85. RGB value is (188,213,133). Sum of RGB (Red+Green+Blue) = 188+213+133=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD585 is #432A7A. Grayscale: #C4C4C4. Windows color (decimal): -4401787 or 8771004. OLE color: 8771004.

HSL color Cylindrical-coordinate representation of color #BCD585: hue angle of 78.75º degrees, saturation: 0.49, 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 #BCD585 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB188213133-
CMYK0.1200.380.16
HSL78.75º48.78%67.84%-
HSV(B)78.75º37.56%83.53%-
XYZ48.7759.9731.2-
YUV196.492.22122-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=35.21%
G=39.89%
B=24.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131330.1200.380.1678.7548.7867.84
HexBCD585C026104f3144
Octal274325205140462011761104
Binary101111001101010110000101110001001101000010011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD585; }

 p { color: rgb(188,213,133); }

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

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

 a { background-color: rgb(188,213,133); }

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

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

 span { border-color: rgb(188,213,133); }

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