#BCD886

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

Shades of Sulu #BCD886

Tints of Sulu #BCD886

Color information

#BCD886 (or 0xBCD886) is unknown color: approx Sulu. HEX triplet: BC, D8 and 86. RGB value is (188,216,134). Sum of RGB (Red+Green+Blue) = 188+216+134=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD886 is #432779. Grayscale: #C6C6C6. Windows color (decimal): -4401018 or 8837308. OLE color: 8837308.

HSL color Cylindrical-coordinate representation of color #BCD886: hue angle of 80.49º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD886 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB188216134-
CMYK0.1300.380.15
HSL80.49º51.25%68.63%-
HSV(B)80.49º37.96%84.71%-
XYZ49.661.5231.82-
YUV198.2891.72120.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 216 (84.77% from 255) = 40.15%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=34.94%
G=40.15%
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.15
SystemRedGreenBlueCMYKHSL
Decimal1882161340.1300.380.1580.4951.2568.63
HexBCD886D026F503345
Octal274330206150461712063105
Binary10111100110110001000011011010100110111110100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD886; }

 p { color: rgb(188,216,134); }

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

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

 a { background-color: rgb(188,216,134); }

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

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

 span { border-color: rgb(188,216,134); }

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