#BCD686

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

Shades of Sulu #BCD686

Tints of Sulu #BCD686

Color information

#BCD686 (or 0xBCD686) is unknown color: approx Sulu. HEX triplet: BC, D6 and 86. RGB value is (188,214,134). Sum of RGB (Red+Green+Blue) = 188+214+134=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD686 is #432979. Grayscale: #C5C5C5. Windows color (decimal): -4401530 or 8836796. OLE color: 8836796.

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

Color convert

RGB188214134-
CMYK0.1200.370.16
HSL79.5º49.38%68.24%-
HSV(B)79.5º37.38%83.92%-
XYZ49.0960.5131.65-
YUV197.1192.39121.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 134 (52.73% from 255) = 25%
R=35.07%
G=39.93%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141340.1200.370.1679.549.3868.24
HexBCD686C02510503144
Octal274326206140452012061104
Binary101111001101011010000110110001001011000010100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD686; }

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

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

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

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

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

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

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

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